Class DiscordStoreSku
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents a DiscordStoreSku.
public class DiscordStoreSku : SnowflakeObject, IEquatable<DiscordStoreSku>
- Inheritance
-
DiscordStoreSku
- Implements
- Inherited Members
Properties
- Description
Gets the store skus description.
- Sku
Gets the store skus sku.
- Summary
Gets the store skus summary.
Methods
- Equals(DiscordStoreSku)
Checks whether this DiscordStoreSku is equal to another DiscordStoreSku.
- Equals(object)
Checks whether this DiscordStoreSku is equal to another object.
- GetHashCode()
Gets the hash code for this DiscordStoreSku.
Operators
- operator ==(DiscordStoreSku, DiscordStoreSku)
Gets whether the two DiscordStoreSku objects are equal.
- operator !=(DiscordStoreSku, DiscordStoreSku)
Gets whether the two DiscordStoreSku objects are not equal.