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