Table of Contents

Operator operator !=

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator !=(DiscordSku?, DiscordSku?)

Gets whether the two DiscordSku objects are not equal.

public static bool operator !=(DiscordSku? e1, DiscordSku? e2)

Parameters

e1 DiscordSku

First sku to compare.

e2 DiscordSku

Second sku to compare.

Returns

bool

Whether the two skus are not equal.