private bool Equals(OracleTimestamp other) => _value.Equals(other._value);
private bool Equals(OracleTimestamp other) { return(_value.Equals(other._value)); }