示例#1
0
 public bool CheckEquality(ArcPath other)
 {
     return(Guid == other.Guid);
 }
示例#2
0
		public bool CheckEquality(ArcPath other)
		{
			return Guid == other.Guid;
		}