Table of Contents
API reference

Operator operator ==

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator ==(DiscordThreadChannelMember, DiscordThreadChannelMember)

Gets whether the two DiscordThreadChannel objects are equal.

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

Parameters

e1 DiscordThreadChannelMember

First channel to compare.

e2 DiscordThreadChannelMember

Second channel to compare.

Returns

bool

Whether the two channels are equal.