C# Class Gammtek.Conduit.Helpers.CollectionHelper

Collection helper class.
Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
IsEqualTo ( IEnumerable listA, IEnumerable listB ) : bool

Checks whether a collection is the same as another collection.

Method Details

IsEqualTo() public static method

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.
return bool