Table of Contents

Operator operator ==

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

operator ==(LimitOrderRequest?, LimitOrderRequest?)

Determines whether two specified limit order requests have the same value.

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

Parameters

left LimitOrderRequest

The first limit order request to compare, or null.

right LimitOrderRequest

The second 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.