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