Table of Contents

Operator operator ==

Namespace
DisCatSharp.Entities.Core
Assembly
DisCatSharp.dll

operator ==(CooldownBucket?, CooldownBucket?)

Gets whether the two CooldownBucket objects are equal.

public static bool operator ==(CooldownBucket? bucket1, CooldownBucket? bucket2)

Parameters

bucket1 CooldownBucket

First bucket to compare.

bucket2 CooldownBucket

Second bucket to compare.

Returns

bool

Whether the two buckets are equal.