public bool Equals(TupleParameterSymbol other) { if ((object)other == this) { return(true); } return((object)other != null && _container == other._container && _underlyingParameter == other._underlyingParameter); }
public bool Equals(TupleParameterSymbol other) { if ((object)other == this) { return true; } return (object)other != null && _container == other._container && _underlyingParameter == other._underlyingParameter; }