示例#1
0
 public bool Equals(crawlPoint3d otherPoint3d)
 {
     return(this.ToString().Equals(otherPoint3d.ToString()));
 }