Esempio n. 1
0
 /// <summary>
 /// Determines that the parameter collection is identical to the specified collection
 /// </summary>
 public T Equal(IEnumerable collection)
 {
     ArgManager.AddInArgument(List.Equal(collection));
     return(default(T));
 }