Table of Contents
API reference

Operator operator !=

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator !=(DiscordGuildDirectoryChannel, DiscordGuildDirectoryChannel)

Gets whether the two DiscordGuildDirectoryChannel objects are not equal.

public static bool operator !=(DiscordGuildDirectoryChannel e1, DiscordGuildDirectoryChannel e2)

Parameters

e1 DiscordGuildDirectoryChannel

First channel to compare.

e2 DiscordGuildDirectoryChannel

Second channel to compare.

Returns

bool

Whether the two channels are not equal.