public override bool Equals(object?obj) { return(obj is Attribute attribute && handle.Equals(attribute.handle)); }