Пример #1
0
            public bool Equals(HintRootWpf other)
            {
                if (ReferenceEquals(null, other))
                {
                    return(false);
                }

                if (ReferenceEquals(this, other))
                {
                    return(true);
                }

                return(Equals(other._fe, _fe));
            }
Пример #2
0
            public bool Equals(HintRootWpf other)
            {
                if (ReferenceEquals(null, other))
                    return false;

                if (ReferenceEquals(this, other))
                    return true;

                return Equals(other._fe, _fe);
            }