NDoc 1.3.1 SDK

ReferencePath Inequality Operator 

Inequality operator.

[Visual Basic]
returnValue = ReferencePath.op_Inequality(xy)[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.

See Also

ReferencePath Class | NDoc.Core Namespace