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
DiscordStoreSkuFirst store sku to compare.
e2
DiscordStoreSkuSecond store sku to compare.
Returns
- bool
Whether the two store skus are not equal.