C# Class Gammtek.Conduit.Helpers.CollectionHelper

Collection helper class.
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
IsEqualTo ( IEnumerable listA, IEnumerable listB ) : bool

Checks whether a collection is the same as another collection.

Method Details

IsEqualTo() public static méthode

Checks whether a collection is the same as another collection.
public static IsEqualTo ( IEnumerable listA, IEnumerable listB ) : bool
listA IEnumerable The list A.
listB IEnumerable The list B.
Résultat bool