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
ExchangeSymbolPairThe first symbol pair on an exchange to compare.
right
ExchangeSymbolPairThe second symbol pair on an exchange to compare.
Returns
- bool
true
if the value ofleft
is the same as the value ofright
; otherwise,false
.