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