Table of Contents

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 object

Object 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 DiscordThreadChannelMember

DiscordThreadChannelMember to compare to.

Returns

bool

Whether the DiscordThreadChannelMember is equal to this DiscordThreadChannelMember.