Does an element exist at this entry in the collection?

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

Syntax

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

Parameters

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

See Also