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

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

            return (object)other != null && _tupleFieldId == other._tupleFieldId && _containingTuple == other._containingTuple;
        }