None generic base class for `AtomReference<T, V>`.
Esempio n. 1
0
        public bool Equals(AtomReference<T, P, C, V, E1, E2, F, VI> other)
        {
            if (other == null)
                return false;

            return ValueEquals(other.Value);
        }
Esempio n. 2
0
        public bool Equals(AtomReference <T, P, C, V, E1, E2, F, VI> other)
        {
            if (other == null)
            {
                return(false);
            }

            return(ValueEquals(other.Value));
        }