Table of Contents
API reference

Operator operator !=

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator !=(DiscordApplicationCommand, DiscordApplicationCommand)

Determines if two DiscordApplicationCommand objects are not equal.

public static bool operator !=(DiscordApplicationCommand e1, DiscordApplicationCommand e2)

Parameters

e1 DiscordApplicationCommand

The first command object.

e2 DiscordApplicationCommand

The second command object.

Returns

bool

Whether the two DiscordApplicationCommand objects are not equal.