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