Table of Contents

Operator operator !=

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator !=(DiscordEmoji, DiscordEmoji)

Gets whether the two DiscordEmoji objects are not equal.

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

Parameters

e1 DiscordEmoji

First emoji to compare.

e2 DiscordEmoji

Second emoji to compare.

Returns

bool

Whether the two emoji are not equal.