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
Returns
- bool
true
if the value ofleft
is the same as the value ofright
; otherwise,false
.