Table of Contents

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 TakeProfitLimitOrderRequest

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

right TakeProfitLimitOrderRequest

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

Returns

bool

true if the value of left is the same as the value of right; otherwise, false.