Does the current state exactly match the snapshot?

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

Syntax

Visual Basic (Declaration)
Function EqualsSnapshot ( _
	elementType As IType _
) As Boolean
C#
bool EqualsSnapshot(
	IType elementType
)
Visual C++
bool EqualsSnapshot(
	IType^ elementType
)
JavaScript
function equalsSnapshot(elementType);

Parameters

elementType
Type: NHibernate.Type..::.IType
The IType to compare the elements of the Collection.

Return Value

trueTruetruetrue (True in Visual Basic) if the wrapped collection is different than the snapshot of the collection or if one of the elements in the collection is dirty.

See Also