Table of Contents

Operator operator !=

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator !=(DiscordStageInstance, DiscordStageInstance)

Gets whether the two DiscordStageInstance objects are not equal.

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

Parameters

e1 DiscordStageInstance

First channel to compare.

e2 DiscordStageInstance

Second channel to compare.

Returns

bool

Whether the two channels are not equal.