Table of Contents

Method Equals

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Equals(DiscordSticker)

Whether to stickers are equal.

public bool Equals(DiscordSticker other)

Parameters

other DiscordSticker

DiscordSticker

Returns

bool

Equals(object)

Checks whether this DiscordSticker is equal to another object.

public override bool Equals(object obj)

Parameters

obj object

Object to compare to.

Returns

bool

Whether the object is equal to this DiscordSticker.