Operator operator ==
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
operator ==(DiscordGuildDirectoryEntry, DiscordGuildDirectoryEntry)
Gets whether the two DiscordGuildDirectoryEntry objects are equal.
public static bool operator ==(DiscordGuildDirectoryEntry e1, DiscordGuildDirectoryEntry e2)
Parameters
e1
DiscordGuildDirectoryEntryFirst channel to compare.
e2
DiscordGuildDirectoryEntrySecond channel to compare.
Returns
- bool
Whether the two channels are equal.