Does the current state exactly match the snapshot?

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

Syntax

C#
bool EqualsSnapshot(
	ICollectionPersister persister
)
Visual Basic
Function EqualsSnapshot ( _
	persister As ICollectionPersister _
) As Boolean
Visual C++
bool EqualsSnapshot(
	ICollectionPersister^ persister
)

Parameters

persister
Type: NHibernate.Persister.Collection..::..ICollectionPersister
The ICollectionPersister 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