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
ExchangeAccountInformationThe first exchange account information to compare, or
null
.right
ExchangeAccountInformationThe second exchange account information to compare, or
null
.
Returns
- bool
true
if the value ofleft
is the same as the value ofright
; otherwise,false
.