[This is preliminary documentation and is subject to change.]

Verify whether the supplied path is a subpath of the current one, beginning at the same root.

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
public bool IsStartingWith(
	PropertyChain path
)
Visual Basic (Declaration)
Public Function IsStartingWith ( _
	path As PropertyChain _
) As Boolean
Visual C++
public:
bool IsStartingWith (
	PropertyChain path
)

Parameters

path
PropertyChain
Subpath to compare to.

Return Value

True if the path starts with the supplied path.

See Also

PropertyChain Structure
Spielwerke.Data Namespace