DVTk API
Contains Method (value)
DVTkDvtk.Comparator.BasesLookupEntryCollectionContains(LookupEntry)
DVTk API

[This is preliminary documentation and is subject to change.]

Determines whether the LookupEntryCollection contains a specific element.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	LookupEntry value
)
Public Function Contains ( _
	value As LookupEntry _
) As Boolean
public:
bool Contains(
	LookupEntry^ value
)
Parameters
value (LookupEntry)
The LookupEntry to locate in the LookupEntryCollection.
Return Value
true if the LookupEntryCollection contains the specified value; otherwise, false.

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0