RanorexRanorex Documentation
Inequality Operator
NamespacesRanorex.CoreRxPathInequality(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.3.16825 (3.2.3.16825)