Operator operator !=
- Namespace
- WhalesSecret.TradeScriptLib.Exchanges
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator !=(ExchangeSymbolPairLimits?, ExchangeSymbolPairLimits?)
Determines whether two specified exchange symbol pair limits instances have different values.
public static bool operator !=(ExchangeSymbolPairLimits? left, ExchangeSymbolPairLimits? right)
Parameters
left
ExchangeSymbolPairLimitsThe first exchange symbol pair limits instance to compare, or
null
.right
ExchangeSymbolPairLimitsThe second exchange symbol pair limits instance to compare, or
null
.
Returns
- bool
true
if the value ofleft
is different from the value ofright
; otherwise,false
.