'Declaration Public Function Contains( _ ByVal item As System.Object _ ) As System.Boolean
public System.bool Contains( System.object item )
Parameters
- item
- The item to search for.
Return Value
true is item is exposed by the view; otherwise, false.
'Declaration Public Function Contains( _ ByVal item As System.Object _ ) As System.Boolean
public System.bool Contains( System.object item )