Table of Contents

Operator operator ==

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

operator ==(SymbolPair, SymbolPair)

Determines whether two specified symbol pairs have the same value.

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

Parameters

left SymbolPair

The first symbol pairs to compare.

right SymbolPair

The second symbol pairs to compare.

Returns

bool

true if the value of left is the same as the value of right; otherwise, false.