Table of Contents

Operator operator ==

Namespace
DSharpPlus.CommandsNext.Attributes
Assembly
DSharpPlus.CommandsNext.dll

operator ==(CommandCooldownBucket, CommandCooldownBucket)

Gets whether the two CommandCooldownBucket objects are equal.

public static bool operator ==(CommandCooldownBucket bucket1, CommandCooldownBucket bucket2)

Parameters

bucket1 CommandCooldownBucket

First bucket to compare.

bucket2 CommandCooldownBucket

Second bucket to compare.

Returns

bool

Whether the two buckets are equal.