Inequality operator.
[Visual Basic] returnValue = ReferencePath.op_Inequality(x, y)[C#] public static bool operator !=( ReferencePath x, ReferencePath y ) [C++] public: static bool op_Inequality( ReferencePath* x, ReferencePath* y ) [JScript] returnValue = x != y;
[Visual Basic] In Visual Basic, you can use the operators defined by a type, but you cannot define your own.
[JScript] In JScript, you can use the operators defined by a type, but you cannot define your own.
ReferencePath Class | NDoc.Core Namespace