protected bool Equals(OracleTimestampWithLocalTimeZone other) => _value.Equals(other._value);
protected bool Equals(OracleTimestampWithLocalTimeZone other) { return(_value.Equals(other._value)); }