示例#1
0
 private bool Equals(TSqlUniqueIdentifierValue other)
 {
     return(_value == other._value);
 }
 private bool Equals(TSqlUniqueIdentifierValue other)
 {
     return _value == other._value;
 }