Exemple #1
0
        public bool Equals(TupleMethodSymbol other)
        {
            if ((object)other == this)
            {
                return(true);
            }

            return((object)other != null && TypeSymbol.Equals(_containingType, other._containingType, TypeCompareKind.ConsiderEverything2) && _underlyingMethod.ConstructedFrom == other._underlyingMethod.ConstructedFrom);
        }
        public bool Equals(TupleMethodSymbol other)
        {
            if ((object)other == this)
            {
                return(true);
            }

            return((object)other != null && _containingType == other._containingType && _underlyingMethod.ConstructedFrom == other._underlyingMethod.ConstructedFrom);
        }
Exemple #3
0
        public bool Equals(TupleMethodSymbol other)
        {
            if ((object)other == this)
            {
                return true;
            }

            return (object)other != null && _containingType == other._containingType && _underlyingMethod.ConstructedFrom == other._underlyingMethod.ConstructedFrom;
        }