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
DiscordChannelFirst channel to compare.
e2
DiscordChannelSecond channel to compare.
Returns
- bool
Whether the two channels are equal.