public bool Equals(SolidColorBrushTool other)
 {
     return Color.Equals(other.Color) && Opacity.Equals(other.Opacity);
 }
 public bool Equals(SolidColorBrushTool other)
 {
     return(Color.Equals(other.Color) && Opacity.Equals(other.Opacity));
 }