Esempio n. 1
0
 private bool Equals(OracleTimestamp other) => _value.Equals(other._value);
Esempio n. 2
0
 private bool Equals(OracleTimestamp other)
 {
     return(_value.Equals(other._value));
 }