Method Equals
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Equals(object)
Checks whether this DiscordGuildDirectoryChannel 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 DiscordGuildDirectoryChannel.
Equals(DiscordGuildDirectoryChannel)
Checks whether this DiscordGuildDirectoryChannel is equal to another DiscordGuildDirectoryChannel.
public bool Equals(DiscordGuildDirectoryChannel e)
Parameters
e
DiscordGuildDirectoryChannelDiscordGuildDirectoryChannel to compare to.
Returns
- bool
Whether the DiscordGuildDirectoryChannel is equal to this DiscordGuildDirectoryChannel.