Table of Contents

Method Equals

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Equals(DiscordStageInstance)

Checks whether this DiscordStageInstance is equal to another DiscordStageInstance.

public bool Equals(DiscordStageInstance e)

Parameters

e DiscordStageInstance

DiscordStageInstance to compare to.

Returns

bool

Whether the DiscordStageInstance is equal to this DiscordStageInstance.

Equals(object)

Checks whether this DiscordStageInstance 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 DiscordStageInstance.