Does the current state exactly match the snapshot?
Namespace: NHibernate.CollectionAssembly: 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.