Table of Contents

Operator operator !=

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator !=(DiscordStoreSku, DiscordStoreSku)

Gets whether the two DiscordStoreSku objects are not equal.

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

Parameters

e1 DiscordStoreSku

First store sku to compare.

e2 DiscordStoreSku

Second store sku to compare.

Returns

bool

Whether the two store skus are not equal.