Click or drag to resize

AbsoluteDocumentPathStartsWith Method

Determines whether this path starts with the specified path.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool StartsWith(
	AbsoluteDocumentPath another
)

Parameters

another  AbsoluteDocumentPath
The candidate prefix path.

Return Value

Boolean
true if this path starts with another; otherwise, false.
See Also