Table of Contents

Operator operator !=

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

operator !=(DiscordGuild, DiscordGuild)

Gets whether the two DiscordGuild objects are not equal.

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

Parameters

e1 DiscordGuild

First member to compare.

e2 DiscordGuild

Second member to compare.

Returns

bool

Whether the two members are not equal.