Table of Contents

Method Equals

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Equals(DiscordGuildDirectoryEntry)

Checks whether this DiscordGuildDirectoryEntry is equal to another DiscordGuildDirectoryEntry.

public bool Equals(DiscordGuildDirectoryEntry e)

Parameters

e DiscordGuildDirectoryEntry

DiscordGuildDirectoryEntry to compare to.

Returns

bool

Whether the DiscordGuildDirectoryEntry is equal to this DiscordGuildDirectoryEntry.

Equals(object)

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