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
e
DiscordSkuDiscordSku 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
obj
objectObject to compare to.
Returns
- bool
Whether the object is equal to this DiscordSku.