Operator operator !=
- Namespace
- DSharpPlus.CommandsNext
- Assembly
- DSharpPlus.CommandsNext.dll
operator !=(Command?, Command?)
Checks whether this command is not equal to another one.
public static bool operator !=(Command? cmd1, Command? cmd2)
Parameters
Returns
- bool
Whether the two commands are not equal.