Table of Contents

Operator operator !=

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

operator !=(SymbolPair, SymbolPair)

Determines whether two specified symbol pairs have different values.

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 is different from the value of right; otherwise, false.