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