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 |
Visual C++ |
---|
bool EqualsSnapshot(
IType^ elementType
) |
JavaScript |
---|
function equalsSnapshot(elementType); |
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