Operator operator >
- Namespace
- WhalesSecret.TradeScriptLib.Entities
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator >(SymbolPair, SymbolPair)
Determines whether the first given symbol pair follows the other in the sort order.
public static bool operator >(SymbolPair left, SymbolPair right)
Parameters
left
SymbolPairThe first symbol pair to compare.
right
SymbolPairThe second symbol pair to compare.
Returns
- bool
true
if the value ofleft
followsright
in the sort order; otherwise,false
.