Does an element exist at this entry in the collection?

Namespace: NHibernate.Collection
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public MustOverride Function EntryExists ( _
	entry As Object, _
	i As Integer _
) As Boolean
C#
public abstract bool EntryExists (
	Object entry,
	int i
)
Visual C++
public:
virtual bool EntryExists (
	Object^ entry, 
	int i
) abstract

Parameters

entry
System.Object
i
System.Int32

Return Value