Table of Contents

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 DiscordThreadChannelMember

DiscordThreadChannel 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 object

Object to compare to.

Returns

bool

Whether the object is equal to this DiscordThreadChannelMember.