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