Method Equals
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Equals(DiscordApplication)
Checks whether this DiscordApplication is equal to another DiscordApplication.
public bool Equals(DiscordApplication e)
Parameters
e
DiscordApplicationDiscordApplication to compare to.
Returns
- bool
Whether the DiscordApplication is equal to this DiscordApplication.
Equals(object)
Checks whether this DiscordApplication 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 DiscordApplication.