Operator operator !=
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
operator !=(DiscordScheduledEvent, DiscordScheduledEvent)
Gets whether the two DiscordScheduledEvent objects are not equal.
public static bool operator !=(DiscordScheduledEvent e1, DiscordScheduledEvent e2)
Parameters
e1
DiscordScheduledEventFirst event to compare.
e2
DiscordScheduledEventSecond event to compare.
Returns
- bool
Whether the two events are not equal.