Equality operator.
[Visual Basic] returnValue = ReferencePath.op_Equality(x, y)[C#] public static bool operator ==( ReferencePath x, ReferencePath y ) [C++] public: static bool op_Equality( 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