C#
VB
C++
Determines whether the ICollection contains a specific value.
public virtual bool Contains(
KeyValuePair<TKey, TValue> item
)
Public Overridable Function Contains( _
ByVal item As KeyValuePair(Of TKey,TValue) _
) As Boolean
public:
virtual bool Contains(
KeyValuePair<TKey^,TValue^> item
)
item
The object to locate in the ICollection.
true if item is found in the ICollection; otherwise, false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET