Operator operator ==
- Namespace
- WhalesSecret.TradeScriptLib.Entities.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator ==(StopLimitOrderRequest?, StopLimitOrderRequest?)
Determines whether two specified stop limit order requests have the same value.
public static bool operator ==(StopLimitOrderRequest? left, StopLimitOrderRequest? right)
Parameters
left
StopLimitOrderRequestThe first stop limit order request to compare, or
null
.right
StopLimitOrderRequestThe second stop limit order request to compare, or
null
.
Returns
- bool
true
if the value ofleft
is the same as the value ofright
; otherwise,false
.