Table of Contents

Operator operator ==

Namespace
DSharpPlus.SlashCommands.Attributes
Assembly
DSharpPlus.SlashCommands.dll

operator ==(SlashCommandCooldownBucket, SlashCommandCooldownBucket)

Gets whether the two SlashCommandCooldownBucket objects are equal.

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

Parameters

bucket1 SlashCommandCooldownBucket

First bucket to compare.

bucket2 SlashCommandCooldownBucket

Second bucket to compare.

Returns

bool

Whether the two buckets are equal.