Operator operator !=
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Budget
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator !=(BudgetReport?, BudgetReport)
Determines whether two specified budget reports have different values.
public static bool operator !=(BudgetReport? left, BudgetReport right)
Parameters
left
BudgetReportThe first budget report to compare, or
null
.right
BudgetReportThe second budget report to compare, or
null
.
Returns
- bool
true
if the value ofleft
is the same as the value ofright
; otherwise,false
.