Operator operator !=
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
operator !=(DiscordApplicationCommand, DiscordApplicationCommand)
Determines if two DiscordApplicationCommand objects are not equal.
public static bool operator !=(DiscordApplicationCommand e1, DiscordApplicationCommand e2)
Parameters
e1
DiscordApplicationCommandThe first command object.
e2
DiscordApplicationCommandThe second command object.
Returns
- bool
Whether the two DiscordApplicationCommand objects are not equal.