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