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
DiscordWebhookFirst webhook to compare.
e2
DiscordWebhookSecond webhook to compare.
Returns
- bool
Whether the two webhooks are not equal.