Ejemplo n.º 1
0
 private bool Equals(TSqlDateTime2Value other)
 {
     return((_value == other._value) && (_precision == other._precision));
 }
Ejemplo n.º 2
0
 private bool Equals(TSqlDateTime2Value other)
 {
     return (_value == other._value) && (_precision == other._precision);
 }