예제 #1
0
 private bool Equals(TSqlDateTimeOffsetValue other)
 {
     return(_value == other._value);
 }
예제 #2
0
 private bool Equals(TSqlDateTimeOffsetValue other)
 {
     return _value == other._value;
 }