示例#1
0
 protected bool Equals(OracleIntervalYearToMonth other) => _value.Equals(other._value);
示例#2
0
 protected bool Equals(OracleIntervalYearToMonth other)
 {
     return(_value.Equals(other._value));
 }