protected bool Equals(ColorRule other)
 {
     return(string.Equals(_color, other._color));
 }
Пример #2
0
 protected bool Equals(ColorRule other)
 {
     return string.Equals(_color, other._color);
 }