コード例 #1
0
ファイル: TracePanel.cs プロジェクト: 1907931256/jx
 public override int GetHashCode()
 {
     unchecked
     {
         return(((Anchor != null ? Anchor.GetHashCode() : 0) * 397) ^ Intersectioned.GetHashCode());
     }
 }
コード例 #2
0
ファイル: TracePanel.cs プロジェクト: 1907931256/jx
 protected bool Equals(AnchorEntity other)
 {
     return(Equals(Anchor, other.Anchor) && Intersectioned.Equals(other.Intersectioned));
 }