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