C# Класс Gammtek.Conduit.Helpers.CollectionHelper

Collection helper class.
Показать файл Открыть проект

Открытые методы

Метод Описание
IsEqualTo ( IEnumerable listA, IEnumerable listB ) : bool

Checks whether a collection is the same as another collection.

Описание методов

IsEqualTo() публичный статический Метод

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.
Результат bool