'Declaration Public Function Contains( _ ByVal item As MatrixColumn _ ) As Boolean
public bool Contains( MatrixColumn item )
Parameters
- item
- The object to locate in the Collection. The value can be null for reference types.
Return Value
true if item is found in the Collection; otherwise, false.