Namespace:
NHibernate.Util
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CollectionEquals ( _ c1 As ICollection, _ c2 As ICollection _ ) As Boolean |
C# |
---|
public static bool CollectionEquals( ICollection c1, ICollection c2 ) |
Visual C++ |
---|
public: static bool CollectionEquals( ICollection^ c1, ICollection^ c2 ) |
JavaScript |
---|
NHibernate.Util.CollectionHelper.collectionEquals = function(c1, c2); |