Table of Contents

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 DiscordSku

DiscordSku 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 object

Object to compare to.

Returns

bool

Whether the object is equal to this DiscordSku.