RanorexRanorex Documentation
Equals Method (obj)
NamespacesRanorexLocationEquals(Object)
Determines whether the specified Object is equal to the current Location.
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 with the current Location.
Return Value
true if the specified Object is equal to the current Location; otherwise, false.

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