Operator operator ==
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.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.