Beispiel #1
0
 public override bool Equals(object?obj)
 {
     return(obj is MethodSpecificationMethod method && handle.Equals(method.handle) && typeParams.SequenceEqual(method.typeParams));
 }