Operator operator <
- Namespace
- WhalesSecret.TradeScriptLib.Entities
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator <(ExchangeSymbolPair, ExchangeSymbolPair)
Determines whether the first given exchange symbol pair precedes the other in the sort order.
public static bool operator <(ExchangeSymbolPair left, ExchangeSymbolPair right)
Parameters
leftExchangeSymbolPairThe first exchange symbol pair to compare.
rightExchangeSymbolPairThe second exchange symbol pair to compare.
Returns
- bool
trueif the value ofleftprecedesrightin the sort order; otherwise,false.