Table of Contents

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 CommandCooldownBucket

First bucket to compare.

bucket2 CommandCooldownBucket

Second bucket to compare.

Returns

bool

Whether the two buckets are not equal.