AbsoluteDocumentPathStartsWith Method |
Determines whether this path starts with the specified path.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool StartsWith(
AbsoluteDocumentPath another
)
Parameters
- another AbsoluteDocumentPath
- The candidate prefix path.
Return Value
Booleantrue if this path starts with
another; otherwise,
false.
See Also