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