Table of Contents

Class DiscordGuildDirectoryEntry

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents a discord guild directory channel.

public class DiscordGuildDirectoryEntry : DiscordChannel, IEquatable<DiscordChannel>, IEquatable<DiscordGuildDirectoryEntry>
Inheritance
DiscordGuildDirectoryEntry
Implements
Inherited Members
Extension Methods

Properties

Description

Gets the description of the directory entry.

PrimaryCategory

Gets the primary category of the directory entry.

Methods

Equals(DiscordGuildDirectoryEntry)

Checks whether this DiscordGuildDirectoryEntry is equal to another DiscordGuildDirectoryEntry.

Equals(object)

Checks whether this DiscordGuildDirectoryEntry is equal to another object.

GetHashCode()

Gets the hash code for this DiscordGuildDirectoryEntry.

Operators

operator ==(DiscordGuildDirectoryEntry, DiscordGuildDirectoryEntry)

Gets whether the two DiscordGuildDirectoryEntry objects are equal.

operator !=(DiscordGuildDirectoryEntry, DiscordGuildDirectoryEntry)

Gets whether the two DiscordGuildDirectoryEntry objects are not equal.