Table of Contents

Operator operator ==

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

operator ==(ExchangeSymbolPair, ExchangeSymbolPair)

Determines whether two ExchangeSymbolPair have the same values.

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

Parameters

left ExchangeSymbolPair

The first symbol pair on an exchange to compare.

right ExchangeSymbolPair

The second symbol pair on an exchange to compare.

Returns

bool

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