C# 클래스 Gammtek.Conduit.Helpers.CollectionHelper

Collection helper class.
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
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