private bool Equals(TSqlDateTimeValue other)
 {
     return(_value == other._value);
 }
Beispiel #2
0
 private bool Equals(TSqlDateTimeValue other)
 {
     return _value == other._value;
 }