Table of Contents

Method Equals

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Equals(object)

Checks whether this DiscordWebhook 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 DiscordWebhook.

Equals(DiscordWebhook)

Checks whether this DiscordWebhook is equal to another DiscordWebhook.

public bool Equals(DiscordWebhook e)

Parameters

e DiscordWebhook

DiscordWebhook to compare to.

Returns

bool

Whether the DiscordWebhook is equal to this DiscordWebhook.