예제 #1
0
파일: TracePanel.cs 프로젝트: CareyGit/jx
 protected bool Equals(AnchorEntity other)
 {
     return Equals(Anchor, other.Anchor) && Intersectioned.Equals(other.Intersectioned);
 }
예제 #2
0
파일: TracePanel.cs 프로젝트: 1907931256/jx
 protected bool Equals(AnchorEntity other)
 {
     return(Equals(Anchor, other.Anchor) && Intersectioned.Equals(other.Intersectioned));
 }