Table of Contents

Operator operator !=

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

operator !=(DiscordMember, DiscordMember)

Gets whether the two DiscordMember objects are not equal.

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

Parameters

e1 DiscordMember

First member to compare.

e2 DiscordMember

Second member to compare.

Returns

bool

Whether the two members are not equal.