Table of Contents

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

cmd1 Command

Command to compare to.

cmd2 Command

Command to compare.

Returns

bool

Whether the two commands are equal.