RanorexRanorex Documentation
Equals Method (obj)
NamespacesRanorex.CoreRxPathEquals(Object)
Compares an RxPath to an object.
Declaration Syntax
C#Visual BasicVisual C++
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
Parameters
obj (Object)
The object to compare to.
Return Value
True if the object is an RxPath and the paths are exactly the same.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.1.15734 (3.2.1.15734)