Operator operator !=
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
operator !=(DiscordUser?, DiscordUser?)
Gets whether the two DiscordUser objects are not equal.
public static bool operator !=(DiscordUser? e1, DiscordUser? e2)
Parameters
e1
DiscordUserFirst user to compare.
e2
DiscordUserSecond user to compare.
Returns
- bool
Whether the two users are not equal.