NDepend.API Documentation
Greater Than or Equal(Nullable<Debt>,Debt) Operator
NDepend.TechnicalDebt Namespace > Debt Structure > Greater Than or Equal Operator : Greater Than or Equal(Nullable<Debt>,Debt) Operator
Nullable debt estimation operand
Debt estimation operand
Returns true if x is not null and higher than or equal to y.
Syntax
public bool operator >=( 
   Nullable<Debt> x,
   Debt y
)

Parameters

x
Nullable debt estimation operand
y
Debt estimation operand
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

Debt Structure
Debt Members
Overload List