Table of Contents

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

left Ticker

The first ticker to compare.

right Ticker

The second ticker to compare.

Returns

bool

true if the value of left is different from the value of right; otherwise, false.