Table of Contents

Operator operator >=

Namespace
WhalesSecret.TradeScriptLib.Entities
Assembly
WhalesSecret.TradeScriptLib.dll

operator >=(SymbolPair, SymbolPair)

Determines whether the first given symbol pair follows or equals to the other in the sort order.

public static bool operator >=(SymbolPair left, SymbolPair right)

Parameters

left SymbolPair

The first symbol pair to compare.

right SymbolPair

The second symbol pair to compare.

Returns

bool

true if the value of left follows or equals to right in the sort order; otherwise, false.