PathSegmentListStartWith Method |
Determines if this instances starts with the same segment as the one from another instance.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool StartWith(
PathSegmentList value,
bool orEquals,
out PathSegmentList childPath
)
Parameters
- value
- Type: ShellBoost.Core.UtilitiesPathSegmentList
The list to compare with this instance. - orEquals
- Type: SystemBoolean
true to return true if two paths are equals; false otherwise. - childPath
- Type: ShellBoost.Core.UtilitiesPathSegmentList
The child path or null if both are equal or if the return value is false.
Return Value
Type:
Booleantrue if this instances starts with the same segment as the one from another instance; otherwise, false.
See Also