Table of Contents

Operator operator !=

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator !=(ForumPostTag, ForumPostTag)

Gets whether the two DiscordEmoji objects are not equal.

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

Parameters

e1 ForumPostTag

First forum post tag to compare.

e2 ForumPostTag

Second forum post tag to compare.

Returns

bool

Whether the two forum post tags are not equal.