Table of Contents

Method Equals

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Equals(object?)

Checks whether this DiscordApplication is equal to another object.

public override bool Equals(object? obj)

Parameters

obj object

Object to compare to.

Returns

bool

Whether the object is equal to this DiscordApplication.

Equals(DiscordApplication?)

Checks whether this DiscordApplication is equal to another DiscordApplication.

public bool Equals(DiscordApplication? e)

Parameters

e DiscordApplication

DiscordApplication to compare to.

Returns

bool

Whether the DiscordApplication is equal to this DiscordApplication.