Exemplo n.º 1
0
 public static bool Compare(this IPropertyPageCollection source, IPropertyPageCollection n, Func<IPropertyPage, IPropertyPage, Action<string, string>, bool> checkitem, Action<string, string> errAct)
 {
     return Compare<IPropertyPage>(source,n,checkitem,errAct);
 }
Exemplo n.º 2
0
 public static bool Compare(this IPropertyPageCollection source, IPropertyPageCollection n, Func<IPropertyPage, IPropertyPage, bool> checkitem)
 {
     return Compare<IPropertyPage>(source,n,checkitem);
 }
Exemplo n.º 3
0
 public static bool Compare(this IPropertyPageCollection source, IPropertyPageCollection n)
 {
     return Compare<IPropertyPage>(source,n);
 }
Exemplo n.º 4
0
 public static bool Compare(this IPropertyPageCollection source, IPropertyPageCollection n, Func <IPropertyPage, IPropertyPage, Action <string, string>, bool> checkitem, Action <string, string> errAct)
 {
     return(Compare <IPropertyPage>(source, n, checkitem, errAct));
 }
Exemplo n.º 5
0
 public static bool Compare(this IPropertyPageCollection source, IPropertyPageCollection n, Func <IPropertyPage, IPropertyPage, bool> checkitem)
 {
     return(Compare <IPropertyPage>(source, n, checkitem));
 }
Exemplo n.º 6
0
 public static bool Compare(this IPropertyPageCollection source, IPropertyPageCollection n)
 {
     return(Compare <IPropertyPage>(source, n));
 }