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