Table of Contents

Method Equals

Namespace
DisCatSharp.Entities.Core
Assembly
DisCatSharp.dll

Equals(CooldownBucket?)

Checks whether this CooldownBucket is equal to another CooldownBucket.

public bool Equals(CooldownBucket? other)

Parameters

other CooldownBucket

CooldownBucket to compare to.

Returns

bool

Whether the CooldownBucket is equal to this CooldownBucket.

Equals(object?)

Checks whether this CooldownBucket 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 CooldownBucket.