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

Syntax

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

Parameters

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

Implements

IPersistentCollection..::.EqualsSnapshot(IType)

See Also