Table of Contents

Operator operator ==

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

operator ==(MarketOrderRequest?, MarketOrderRequest?)

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

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

Parameters

left MarketOrderRequest

The first market order request to compare, or null.

right MarketOrderRequest

The second market order request to compare, or null.

Returns

bool

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