Table of Contents

Operator operator ==

Namespace
WhalesSecret.TradeScriptLib.API.TradingV1.Budget
Assembly
WhalesSecret.TradeScriptLib.dll

operator ==(BudgetReport?, BudgetReport?)

Determines whether two specified budget reports have the same value.

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

Parameters

left BudgetReport

The first budget report to compare, or null.

right BudgetReport

The second budget report to compare, or null.

Returns

bool

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