Operator operator !=
- Namespace
- WhalesSecret.TradeScriptLib.Entities.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator !=(TakeProfitOrderRequest?, TakeProfitOrderRequest?)
Determines whether two specified take profit order requests have different values.
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 different from the value ofright
; otherwise,false
.