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
Boolean
True if the two instances are equal, otherwise false.

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)