Method Equals
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
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.
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.