Operator operator !=
- Namespace
- DisCatSharp.Entities.Core
- Assembly
- DisCatSharp.dll
operator !=(CooldownBucket, CooldownBucket)
Gets whether the two CooldownBucket objects are not equal.
public static bool operator !=(CooldownBucket bucket1, CooldownBucket bucket2)
Parameters
bucket1
CooldownBucketFirst bucket to compare.
bucket2
CooldownBucketSecond bucket to compare.
Returns
- bool
Whether the two buckets are not equal.