Example #1
0
 private bool Equals(Ring other)
 {
     return(Points.SequenceEqual(other.Points));
 }