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