Method Equals
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Equals(DiscordGuildDirectoryEntry)
Checks whether this DiscordGuildDirectoryEntry is equal to another DiscordGuildDirectoryEntry.
public bool Equals(DiscordGuildDirectoryEntry e)
Parameters
eDiscordGuildDirectoryEntryDiscordGuildDirectoryEntry to compare to.
Returns
- bool
Whether the DiscordGuildDirectoryEntry is equal to this DiscordGuildDirectoryEntry.
Equals(object)
Checks whether this DiscordGuildDirectoryEntry is equal to another object.
public override bool Equals(object obj)
Parameters
objobjectObject to compare to.
Returns
- bool
Whether the object is equal to this DiscordGuildDirectoryEntry.