RanorexRanorex Documentation
IsPrefixOf Method (path)
NamespacesRanorex.CoreRxPathIsPrefixOf(RxPath)
Determines whether the path is a prefix of the specified path.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsPrefixOf(
	RxPath path
)
Public Function IsPrefixOf ( _
	path As RxPath _
) As Boolean
public:
bool IsPrefixOf(
	RxPath^ path
)
Parameters
path (RxPath)
The path.
Return Value
true if the path is prefix of the specified path; otherwise, false.

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