NDoc 1.3.1 SDK

ReferencePath Equality Operator 

Equality operator.

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

See Also

ReferencePath Class | NDoc.Core Namespace