Table of Contents

Operator operator !=

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator !=(DiscordApplication, DiscordApplication)

Gets whether the two DiscordApplication objects are not equal.

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

Parameters

e1 DiscordApplication

First application to compare.

e2 DiscordApplication

Second application to compare.

Returns

bool

Whether the two applications are not equal.