Exemplo n.º 1
0
 public bool Equals(PenTool other)
 {
     return Color.Equals(other.Color) && Width.Equals(other.Width) && Opacity.Equals(other.Opacity);
 }
Exemplo n.º 2
0
 public bool Equals(PenTool other)
 {
     return(Color.Equals(other.Color) && Width.Equals(other.Width) && Opacity.Equals(other.Opacity));
 }