Operator operator !=
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
operator !=(DiscordUser?, DiscordUser?)
Gets whether the two DiscordUser objects are not equal.
public static bool operator !=(DiscordUser? obj, DiscordUser? other)
Parameters
objDiscordUserFirst user to compare.
otherDiscordUserSecond user to compare.
Returns
- bool
Whether the two users are not equal.