Пример #1
0
 public bool Equals(MethodInfo x, MethodInfo y)
 {
     return Utils.IsParamsMatch(x, y);
 }