Table of Contents

Operator operator >=

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

operator >=(ExchangeSymbolPair, ExchangeSymbolPair)

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

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

Parameters

left ExchangeSymbolPair

The first exchange symbol pair to compare.

right ExchangeSymbolPair

The second exchange symbol pair to compare.

Returns

bool

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