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