Beispiel #1
0
 public static bool Equals(IParameterCollection list1, IParameterCollection list2)
 {
     return(list1.EqualsTo(list2, (x, y) => TypeEquals(x.Type, y.Type)));
 }