[Missing <summary> documentation for "M:NHibernate.Util.CollectionHelper.CollectionEquals(System.Collections.ICollection,System.Collections.ICollection)"]

Namespace: NHibernate.Util
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static bool CollectionEquals(
	ICollection c1,
	ICollection c2
)
Visual Basic
Public Shared Function CollectionEquals ( _
	c1 As ICollection, _
	c2 As ICollection _
) As Boolean
Visual C++
public:
static bool CollectionEquals(
	ICollection^ c1, 
	ICollection^ c2
)

Parameters

c1
Type: System.Collections..::..ICollection

[Missing <param name="c1"/> documentation for "M:NHibernate.Util.CollectionHelper.CollectionEquals(System.Collections.ICollection,System.Collections.ICollection)"]

c2
Type: System.Collections..::..ICollection

[Missing <param name="c2"/> documentation for "M:NHibernate.Util.CollectionHelper.CollectionEquals(System.Collections.ICollection,System.Collections.ICollection)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Util.CollectionHelper.CollectionEquals(System.Collections.ICollection,System.Collections.ICollection)"]

See Also