Esempio n. 1
0
 protected bool Equals(ColorSpace other)
 {
     return String.Equals(Name, other.Name);
 }
 protected bool Equals(ColorSpace other)
 {
     return(String.Equals(Name, other.Name));
 }