RanorexRanorex Documentation
Equality Operator
NamespacesRanorex.CoreRxPathEquality(RxPath, RxPath)
Implements the operator ==.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator ==(
	RxPath left,
	RxPath right
)
Public Shared Operator = ( _
	left As RxPath, _
	right As RxPath _
) As Boolean
public:
static bool operator ==(
	RxPath^ left, 
	RxPath^ right
)
Parameters
left (RxPath)
The left.
right (RxPath)
The right.
Return Value
The result of the operator.

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