Exemplo n.º 1
0
 protected bool Equals(OracleIntervalDayToSecond other) => _value.Equals(other._value);
Exemplo n.º 2
0
 protected bool Equals(OracleIntervalDayToSecond other)
 {
     return(_value.Equals(other._value));
 }