Exemplo n.º 1
0
 public bool Equals(ShapeBase shape)
 {
     return(this.Data.Equals(shape.Data));
 }