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
e1DiscordApplicationCommandThe first command object.
e2DiscordApplicationCommandThe second command object.
Returns
- bool
 Whether the two DiscordApplicationCommand objects are not equal.