private bool Equals(TSqlBigIntValue other) { return _value == other._value; }
private bool Equals(TSqlBigIntValue other) { return(_value == other._value); }