Table of Contents

Method Equals

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Equals(DiscordGuildDirectoryChannel)

Checks whether this DiscordGuildDirectoryChannel is equal to another DiscordGuildDirectoryChannel.

public bool Equals(DiscordGuildDirectoryChannel e)

Parameters

e DiscordGuildDirectoryChannel

DiscordGuildDirectoryChannel to compare to.

Returns

bool

Whether the DiscordGuildDirectoryChannel is equal to this DiscordGuildDirectoryChannel.

Equals(object)

Checks whether this DiscordGuildDirectoryChannel 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 DiscordGuildDirectoryChannel.