예제 #1
0
 protected bool Equals(Origin other)
 {
     return(Xyz.Equals(other.Xyz) && Rpy.Equals(other.Rpy));
 }