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

Syntax

Visual Basic (Declaration)
Public Shared Function SetEquals ( _
	a As ISet, _
	b As ISet _
) As Boolean
C#
public static bool SetEquals(
	ISet a,
	ISet b
)
Visual C++
public:
static bool SetEquals(
	ISet^ a, 
	ISet^ b
)
JavaScript
NHibernate.Util.CollectionHelper.setEquals = function(a, b);

Parameters

a
Type: ISet
b
Type: ISet

See Also