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