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
left
ExchangeSymbolPairThe first exchange symbol pair to compare.
right
ExchangeSymbolPairThe second exchange symbol pair to compare.
Returns
- bool
true
if the value ofleft
precedesright
in the sort order; otherwise,false
.