Table of Contents

Operator operator !=

Namespace
WhalesSecret.TradeScriptLib.Exchanges
Assembly
WhalesSecret.TradeScriptLib.dll

operator !=(ExchangeSymbolPairLimits?, ExchangeSymbolPairLimits?)

Determines whether two specified exchange symbol pair limits instances have different values.

public static bool operator !=(ExchangeSymbolPairLimits? left, ExchangeSymbolPairLimits? right)

Parameters

left ExchangeSymbolPairLimits

The first exchange symbol pair limits instance to compare, or null.

right ExchangeSymbolPairLimits

The second exchange symbol pair limits instance to compare, or null.

Returns

bool

true if the value of left is different from the value of right; otherwise, false.