Operator operator !=
- Namespace
- WhalesSecret.TradeScriptLib.Entities.MarketData
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator !=(Ticker, Ticker)
Determines whether two specified tickers have different values.
public static bool operator !=(Ticker left, Ticker right)
Parameters
Returns
- bool
true
if the value ofleft
is different from the value ofright
; otherwise,false
.