protected bool Equals(ColorSpace other) { return String.Equals(Name, other.Name); }
protected bool Equals(ColorSpace other) { return(String.Equals(Name, other.Name)); }