Ejemplo n.º 1
0
 public override bool Equals(object?obj)
 {
     return(obj is Attribute attribute && handle.Equals(attribute.handle));
 }