Method Equals
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Equals(DiscordApplicationCommand)
Checks whether this DiscordApplicationCommand object is equal to another object.
public bool Equals(DiscordApplicationCommand other)
Parameters
otherDiscordApplicationCommandThe command to compare to.
Returns
- bool
 Whether the command is equal to this DiscordApplicationCommand.
Equals(object)
Determines if a Object is equal to the current DiscordApplicationCommand.
public override bool Equals(object other)
Parameters
otherobjectThe object to compare to.
Returns
- bool
 Whether the two DiscordApplicationCommand objects are not equal.