[Missing <summary> documentation for "M:NHibernate.Util.CollectionHelper.CollectionEquals``1(System.Collections.Generic.ICollection{``0},System.Collections.Generic.ICollection{``0})"]

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

Syntax

C#
public static bool CollectionEquals<T>(
	ICollection<T> c1,
	ICollection<T> c2
)
Visual Basic
Public Shared Function CollectionEquals(Of T) ( _
	c1 As ICollection(Of T), _
	c2 As ICollection(Of T) _
) As Boolean
Visual C++
public:
generic<typename T>
static bool CollectionEquals(
	ICollection<T>^ c1, 
	ICollection<T>^ c2
)

Parameters

c1
Type: System.Collections.Generic..::..ICollection<(Of <(<'T>)>)>

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

c2
Type: System.Collections.Generic..::..ICollection<(Of <(<'T>)>)>

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:NHibernate.Util.CollectionHelper.CollectionEquals``1(System.Collections.Generic.ICollection{``0},System.Collections.Generic.ICollection{``0})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Util.CollectionHelper.CollectionEquals``1(System.Collections.Generic.ICollection{``0},System.Collections.Generic.ICollection{``0})"]

See Also