Beispiel #1
0
 public bool Equals(IPatch x, IPatch y)
 {
     return(x != null && x.Equals(y));
 }