RanorexRanorex Documentation
Equals Method (obj)
NamespacesRanorexDurationEquals(Object)
Returns true if the two objects are equal.
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 copmare with the current instance.
Return Value
True if obj is a Duration and represents the same span of time as the current instance.

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