Operator operator !=
- Namespace
- DSharpPlus.CommandsNext.Attributes
- Assembly
- DSharpPlus.CommandsNext.dll
operator !=(CommandCooldownBucket, CommandCooldownBucket)
Gets whether the two CommandCooldownBucket objects are not equal.
public static bool operator !=(CommandCooldownBucket bucket1, CommandCooldownBucket bucket2)
Parameters
bucket1
CommandCooldownBucketFirst bucket to compare.
bucket2
CommandCooldownBucketSecond bucket to compare.
Returns
- bool
Whether the two buckets are not equal.