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

Syntax

Visual Basic (Declaration)
Public Overrides Function EntryExists ( _
	entry As Object, _
	i As Integer _
) As Boolean
C#
public override bool EntryExists(
	Object entry,
	int i
)
Visual C++
public:
virtual bool EntryExists(
	Object^ entry, 
	int i
) override
JavaScript
function entryExists(entry, i);

Parameters

entry
Type: System..::.Object
i
Type: System..::.Int32

Implements

IPersistentCollection..::.EntryExists(Object, Int32)

See Also