Table of Contents

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 object

Object 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 CommandCooldownBucket

CommandCooldownBucket to compare to.

Returns

bool

Whether the CommandCooldownBucket is equal to this CommandCooldownBucket.