Beispiel #1
0
 protected bool Equals(OracleTimestampWithLocalTimeZone other) => _value.Equals(other._value);
Beispiel #2
0
 protected bool Equals(OracleTimestampWithLocalTimeZone other)
 {
     return(_value.Equals(other._value));
 }