示例#1
0
 public bool Equals(Location other)
 {
     return(other != null && LocationPath.Equals(other.LocationPath));
 }