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
leftSymbolPairThe first symbol pairs to compare.
rightSymbolPairThe second symbol pairs to compare.
Returns
- bool
trueif the value ofleftis the same as the value ofright; otherwise,false.