Table of Contents

Operator operator ==

Namespace
WhalesSecret.TradeScriptLib.Entities.Orders
Assembly
WhalesSecret.TradeScriptLib.dll

operator ==(StopLossOrderRequest?, StopLossOrderRequest?)

Determines whether two specified stop loss order requests have the same value.

public static bool operator ==(StopLossOrderRequest? left, StopLossOrderRequest? right)

Parameters

left StopLossOrderRequest

The first stop loss order request to compare, or null.

right StopLossOrderRequest

The second stop loss order request to compare, or null.

Returns

bool

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