Determines whether an element is in the
System.Collections.ObjectModel.ReadOnlyCollection`1.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function Contains( _
ByVal value As SchemaItem _
) As System.Boolean |
Parameters
- value
- The object to locate in the System.Collections.ObjectModel.ReadOnlyCollection`1. The value can be null for reference types.
Return Value
true if
value is found in the
System.Collections.ObjectModel.ReadOnlyCollection`1; otherwise, false.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also