Checks whether the collection contains an
object with the given value.
| [Visual Basic .NET] |
|---|
Public Function Contains( _
ByVal Value As Double _
) As Boolean
|
| [C#] |
|---|
public bool Contains(
|
| [Managed C++] |
|---|
public: bool Contains(
|
| [Java] |
|---|
public bool contains(
|
| [Unmanaged C++] |
|---|
public: HRESULT Contains(
|
- Value