Determines whether the path starts with the specified path.
public bool StartsWith(string searchTerm);searchTerm System.String
The beginning of the path.
System.Boolean
true if the path starts with the specified path; otherwise, false.
Determines whether the path starts with the specified path.
public bool StartsWith(string searchTerm);searchTerm System.String
The beginning of the path.
System.Boolean
true if the path starts with the specified path; otherwise, false.