示例#1
0
 public bool ContainsPath(BobPath path)
 {
     return(MountPath != null && path.StartsWith(MountPath.Value));
 }