| Visual Basic (Declaration) | |
|---|---|
Public Function Contains( _ ByVal annotation As Annotation _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Contains( Annotation annotation ) | |
| C++/CLI | |
|---|---|
public: bool Contains( Annotation^ annotation ) | |
Parameters
- annotation
- The Annotation to find.