Operator operator !=
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
operator !=(DiscordGuild, DiscordGuild)
Gets whether the two DiscordGuild objects are not equal.
public static bool operator !=(DiscordGuild e1, DiscordGuild e2)
Parameters
e1
DiscordGuildFirst guild to compare.
e2
DiscordGuildSecond guild to compare.
Returns
- bool
Whether the two guilds are not equal.