Operator operator !=
- Namespace
- WhalesSecret.TradeScriptLib.Entities
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator !=(ExchangeSymbolPair, ExchangeSymbolPair)
Determines whether two ExchangeSymbolPair have different values.
public static bool operator !=(ExchangeSymbolPair left, ExchangeSymbolPair right)
Parameters
left
ExchangeSymbolPairThe first symbol pair on an exchange to compare.
right
ExchangeSymbolPairThe second symbol pair on an exchange to compare.
Returns
- bool
true
if the value ofleft
is different from the value ofright
; otherwise,false
.