Exemplo n.º 1
0
 public bool Equals(ColorArea other)
 {
     return(_bounds.IsEqualTo(other._bounds, Album.Tolerance));
 }