Operator operator ==
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
operator ==(DiscordStageInstance, DiscordStageInstance)
Gets whether the two DiscordStageInstance objects are equal.
public static bool operator ==(DiscordStageInstance e1, DiscordStageInstance e2)
Parameters
e1
DiscordStageInstanceFirst channel to compare.
e2
DiscordStageInstanceSecond channel to compare.
Returns
- bool
Whether the two channels are equal.