'Declaration Public Overloads Function Contains( _ ByVal value As XMLSSAttribute _ ) As Boolean
'Usage Dim instance As XMLSSAttributeCollection Dim value As XMLSSAttribute Dim value As Boolean value = instance.Contains(value)
public bool Contains( XMLSSAttribute value )
Parameters
- value
- The XMLSSAttribute used to match.
Return Value
true if the XMLSSAttribute object exists in the collection; false otherwise.