Table of Contents

Operator operator ==

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator ==(DiscordChannel, DiscordChannel)

Gets whether the two DiscordChannel objects are equal.

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

Parameters

e1 DiscordChannel

First channel to compare.

e2 DiscordChannel

Second channel to compare.

Returns

bool

Whether the two channels are equal.