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