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
DiscordStageInstanceDiscordStageInstance 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
objectObject to compare to.
Returns
- bool
Whether the object is equal to this DiscordStageInstance.