Operator operator <=
- Namespace
- WhalesSecret.TradeScriptLib.Entities
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator <=(ExchangeSymbolPair, ExchangeSymbolPair)
Determines whether the first given exchange symbol pair precedes or equals to 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
precedes or equals toright
in the sort order; otherwise,false
.