Exemple #1
0
 private bool Equals(TSqlVarBinaryValue other)
 {
     return _value.SequenceEqual(other._value) && _size == other._size;
 }
 private bool Equals(TSqlVarBinaryValue other)
 {
     return(_value.SequenceEqual(other._value) && _size == other._size);
 }