Table of Contents

Operator operator !=

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

operator !=(DiscordWebhook, DiscordWebhook)

Gets whether the two DiscordWebhook objects are not equal.

public static bool operator !=(DiscordWebhook e1, DiscordWebhook e2)

Parameters

e1 DiscordWebhook

First webhook to compare.

e2 DiscordWebhook

Second webhook to compare.

Returns

bool

Whether the two webhooks are not equal.