Ejemplo n.º 1
0
 protected bool Equals(ColorRule other)
 {
     return(string.Equals(_color, other._color));
 }
Ejemplo n.º 2
0
 protected bool Equals(ColorRule other)
 {
     return string.Equals(_color, other._color);
 }