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