internal bool EqualsTo(Color c) { if (nsColor != null && c.nsColor != null) { return(nsColor.Equals(c.nsColor)); } return(Value == c.Value); }