Table of Contents

Operator operator ==

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

operator ==(OrderRequest?, OrderRequest?)

Determines whether two specified order requests have the same value.

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

Parameters

left OrderRequest

The first order request to compare, or null.

right OrderRequest

The second order request to compare, or null.

Returns

bool

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