Example #1
0
 protected bool Equals(AnchorEntity other)
 {
     return Equals(Anchor, other.Anchor) && Intersectioned.Equals(other.Intersectioned);
 }
Example #2
0
 protected bool Equals(AnchorEntity other)
 {
     return(Equals(Anchor, other.Anchor) && Intersectioned.Equals(other.Intersectioned));
 }