| Visual Basic (Declaration) | |
|---|---|
Public Function Contains( _ ByVal value As Annotation _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Contains( Annotation value ) | |
Parameters
- value
- The annotation to check.
Return Value
Boolean. Returns True if the collection contains theparameter given; otherwise False.