Method Equals
- Namespace
- DSharpPlus.CommandsNext.Attributes
- Assembly
- DSharpPlus.CommandsNext.dll
Equals(object)
Checks whether this CommandCooldownBucket 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 CommandCooldownBucket.
Equals(CommandCooldownBucket)
Checks whether this CommandCooldownBucket is equal to another CommandCooldownBucket.
public bool Equals(CommandCooldownBucket other)
Parameters
other
CommandCooldownBucketCommandCooldownBucket to compare to.
Returns
- bool
Whether the CommandCooldownBucket is equal to this CommandCooldownBucket.