private bool Equals(TSqlDateTime2Value other) { return((_value == other._value) && (_precision == other._precision)); }
private bool Equals(TSqlDateTime2Value other) { return (_value == other._value) && (_precision == other._precision); }