Method Equals
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Equals(DiscordSticker)
Whether to stickers are equal.
public bool Equals(DiscordSticker other)
Parameters
otherDiscordStickerDiscordSticker
Returns
Equals(object)
Checks whether this DiscordSticker 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 DiscordSticker.