[]
Gets a value that indicates whether the collection contains the specified T
.
public bool Contains(T value)
Public Function Contains(value As T) As Boolean
Type | Name | Description |
---|---|---|
T | value | The |
Type | Description |
---|---|
bool | true if the collection contains the specified object; otherwise, false. |