Table of Contents

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 TakeProfitOrderRequest

The first take profit order request to compare, or null.

right TakeProfitOrderRequest

The second take profit order request to compare, or null.

Returns

bool

true if the value of left is different from the value of right; otherwise, false.