Beispiel #1
0
 private bool Equals(TSqlNCharValue other)
 {
     return(string.Equals(_value, other._value) && _size == other._size);
 }
Beispiel #2
0
 private bool Equals(TSqlNCharValue other)
 {
     return string.Equals(_value, other._value) && _size == other._size;
 }