Table of Contents

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

cmd1 Command

Command to compare to.

cmd2 Command

Command to compare.

Returns

bool

Whether the two commands are not equal.