RanorexRanorex Documentation
CompareTo Method (other)
NamespacesRanorex.CoreRxPathCompareTo(RxPath)
Compares the current path with another path.
Declaration Syntax
C#Visual BasicVisual C++
public int CompareTo(
	RxPath other
)
Public Function CompareTo ( _
	other As RxPath _
) As Integer
public:
virtual int CompareTo(
	RxPath^ other
) sealed
Parameters
other (RxPath)
A path to compare with this path.
Return Value
A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has the following meanings:
ValueMeaning
Less than zero
This instance is less than other.
Zero
This instance is equal to other.
Greater than zero
This instance is greater than other.

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