Table of Contents

Operator operator !=

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator !=(DiscordScheduledEvent, DiscordScheduledEvent)

Gets whether the two DiscordScheduledEvent objects are not equal.

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

Parameters

e1 DiscordScheduledEvent

First event to compare.

e2 DiscordScheduledEvent

Second event to compare.

Returns

bool

Whether the two events are not equal.