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