Does an element exist at this entry in the collection?

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

Syntax

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

Parameters

entry
Type: System..::..Object

[Missing <param name="entry"/> documentation for "M:NHibernate.Collection.IPersistentCollection.EntryExists(System.Object,System.Int32)"]

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:NHibernate.Collection.IPersistentCollection.EntryExists(System.Object,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Collection.IPersistentCollection.EntryExists(System.Object,System.Int32)"]

See Also