Exemplo n.º 1
0
 private bool Equals(TSqlUniqueIdentifierValue other)
 {
     return(_value == other._value);
 }
Exemplo n.º 2
0
 private bool Equals(TSqlUniqueIdentifierValue other)
 {
     return _value == other._value;
 }