Table of Contents

Operator operator ==

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator ==(DiscordRpcApplication, DiscordRpcApplication)

Gets whether the two DiscordRpcApplication objects are equal.

public static bool operator ==(DiscordRpcApplication e1, DiscordRpcApplication e2)

Parameters

e1 DiscordRpcApplication

First application to compare.

e2 DiscordRpcApplication

Second application to compare.

Returns

bool

Whether the two applications are equal.