Пример #1
0
        public bool Equals(TupleParameterSymbol other)
        {
            if ((object)other == this)
            {
                return(true);
            }

            return((object)other != null && _container == other._container && _underlyingParameter == other._underlyingParameter);
        }
Пример #2
0
        public bool Equals(TupleParameterSymbol other)
        {
            if ((object)other == this)
            {
                return true;
            }

            return (object)other != null && _container == other._container && _underlyingParameter == other._underlyingParameter;
        }