Ejemplo n.º 1
0
 private bool Equals(TSqlCharValue other)
 {
     return(string.Equals(_value, other._value) && _size == other._size);
 }
Ejemplo n.º 2
0
 private bool Equals(TSqlCharValue other)
 {
     return string.Equals(_value, other._value) && _size == other._size;
 }