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