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