Operator operator !=
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
operator !=(DiscordGuildDirectoryChannel, DiscordGuildDirectoryChannel)
Gets whether the two DiscordGuildDirectoryChannel objects are not equal.
public static bool operator !=(DiscordGuildDirectoryChannel e1, DiscordGuildDirectoryChannel e2)
Parameters
e1
DiscordGuildDirectoryChannelFirst channel to compare.
e2
DiscordGuildDirectoryChannelSecond channel to compare.
Returns
- bool
Whether the two channels are not equal.