RanorexRanorex Documentation
Equals Method (a, b)
NamespacesRanorex.CoreElementEquals(Element, Element)
Returns true if the two instances are considered equal.
Declaration Syntax
C#Visual BasicVisual C++
public static bool Equals(
	Element a,
	Element b
)
Public Shared Function Equals ( _
	a As Element, _
	b As Element _
) As Boolean
public:
static bool Equals(
	Element^ a, 
	Element^ b
)
Parameters
a (Element)
An instance.
b (Element)
Another instance.
Return Value
True if the two instances are equal, otherwise false.

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