Table of Contents

Method Equals

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

Equals(object?)

Checks whether this command equals another object.

public override bool Equals(object? obj)

Parameters

obj object

Object to compare to.

Returns

bool

Whether this command is equal to another object.