RanorexRanorex Documentation
CompareTo Method (other)
NamespacesRanorexDurationCompareTo(Duration)
Compares the current duration with another duration object.
Declaration Syntax
C#Visual BasicVisual C++
public int CompareTo(
	Duration other
)
Public Function CompareTo ( _
	other As Duration _
) As Integer
public:
virtual int CompareTo(
	Duration^ other
) sealed
Parameters
other (Duration)
A duration to compare with this instance.
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: 4.0.3.22982 (4.0.3.22982)