Table of Contents

Operator operator ==

Namespace
WhalesSecret.TradeScriptLib.Entities.Account
Assembly
WhalesSecret.TradeScriptLib.dll

operator ==(ExchangeAccountInformation?, ExchangeAccountInformation?)

Determines whether two specified exchange account information have the same value.

public static bool operator ==(ExchangeAccountInformation? left, ExchangeAccountInformation? right)

Parameters

left ExchangeAccountInformation

The first exchange account information to compare, or null.

right ExchangeAccountInformation

The second exchange account information to compare, or null.

Returns

bool

true if the value of left is the same as the value of right; otherwise, false.