Method Equals
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Equals(DiscordSku?)
Checks whether this DiscordSku is equal to another DiscordSku.
public bool Equals(DiscordSku? e)
Parameters
eDiscordSkuDiscordSku to compare to.
Returns
- bool
Whether the DiscordSku is equal to this DiscordSku.
Equals(object?)
Checks whether this DiscordSku is equal to another object.
public override bool Equals(object? obj)
Parameters
objobjectObject to compare to.
Returns
- bool
Whether the object is equal to this DiscordSku.