RanorexRanorex Documentation
Equals Method (other)
NamespacesRanorexDurationEquals(Duration)
Indicates whether the current Duration is equal to another Duration.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	Duration other
)
Public Function Equals ( _
	other As Duration _
) As Boolean
public:
virtual bool Equals(
	Duration^ other
) sealed
Parameters
other (Duration)
A Duration tom compare this instance with.
Return Value
true if the current instance is equal to the other parameter; otherwise, false.

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