DVTk API
Contains Method (value)
DVTkDvtkData.CollectionsNullSafeCollectionBaseContains(Object)
DVTk API

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

Determines whether the IList contains a specific value.
Declaration Syntax
C#Visual BasicVisual C++
protected bool Contains(
	Object value
)
Protected Function Contains ( _
	value As Object _
) As Boolean
protected:
bool Contains(
	Object^ value
)
Parameters
value (Object)
The item to locate in the IList.
Return Value
trueTruetrue if the item is found in the IList; otherwise, falseFalsefalse.
Remarks
Method access is protected. Only to be accessed by subclass.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgument is a nullNothingnullptr reference.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0