Table of Contents

Operator operator !=

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

operator !=(DiscordThreadChannelMember, DiscordThreadChannelMember)

Gets whether the two DiscordThreadChannelMember objects are not equal.

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

Parameters

e1 DiscordThreadChannelMember

First message to compare.

e2 DiscordThreadChannelMember

Second message to compare.

Returns

bool

Whether the two messages are not equal.