private bool Equals(TSqlNVarCharValue other) { return string.Equals(_value, other._value) && _size == other._size; }
private bool Equals(TSqlNVarCharValue other) { return(string.Equals(_value, other._value) && _size == other._size); }