Table of Contents

Operator operator ==

Namespace
WhalesSecret.TradeScriptLib.Entities.MarketData
Assembly
WhalesSecret.TradeScriptLib.dll

operator ==(Ticker, Ticker)

Determines whether two specified tickers have the same value.

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 the same as the value of right; otherwise, false.