コード例 #1
0
        internal bool EqualsTo(Color c)
        {
            if (nsColor != null && c.nsColor != null)
            {
                return(nsColor.Equals(c.nsColor));
            }

            return(Value == c.Value);
        }