示例#1
0
文件: TracePanel.cs 项目: CareyGit/jx
 protected bool Equals(AnchorEntity other)
 {
     return Equals(Anchor, other.Anchor) && Intersectioned.Equals(other.Intersectioned);
 }
示例#2
0
 protected bool Equals(AnchorEntity other)
 {
     return(Equals(Anchor, other.Anchor) && Intersectioned.Equals(other.Intersectioned));
 }