Does the current state exactly match the snapshot?

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

Syntax

Visual Basic (Declaration)
Public MustOverride Function EqualsSnapshot ( _
	elementType As IType _
) As Boolean
C#
public abstract bool EqualsSnapshot(
	IType elementType
)
Visual C++
public:
virtual bool EqualsSnapshot(
	IType^ elementType
) abstract
JavaScript
function equalsSnapshot(elementType);

Parameters

elementType
Type: NHibernate.Type..::.IType

Return Value

Implements

IPersistentCollection..::.EqualsSnapshot(IType)

See Also