Table of Contents

Operator operator ==

Namespace
WhalesSecret.TradeScriptLib.API.TradingV1.Orders.Brackets
Assembly
WhalesSecret.TradeScriptLib.dll

operator ==(BracketOrderDefinition?, BracketOrderDefinition?)

Determines whether two specified bracket order definitions have the same value.

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

Parameters

left BracketOrderDefinition

The first bracket order definition to compare, or null.

right BracketOrderDefinition

The second bracket order definition to compare, or null.

Returns

bool

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