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