NDepend.API Documentation
NotEquals Method (IPath)
NDepend.Path Namespace > IPath Interface : NotEquals Method
Returns true if obj is null, is not an IPath, or is an IPath representing a different path than this path (case insensitive).
Syntax
bool NotEquals( 
   object obj
)

Parameters

obj
Remarks
This method is the opposite of the IPath.Equals() method, overridden from System.Object. It can be used to make the negation in !Equals more obvious.
Requirements

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

See Also

Reference

IPath Interface
IPath Members