コード例 #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));
 }