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
CooldownBucketCooldownBucket 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
objectObject to compare to.
Returns
- bool
Whether the object is equal to this CooldownBucket.