'Declaration
Public Overloads Function Contains( _ ByVal item As MimerBatchCommand _ ) As Boolean
public bool Contains( MimerBatchCommand item )
public function Contains( item: MimerBatchCommand ): Boolean;
public function Contains( item : MimerBatchCommand ) : boolean;
public: bool Contains( MimerBatchCommand* item )
Parameters
- item
- The MimerBatchCommand object to locate in the MimerBatchCommandCollection.
Return Value
true if item is found in the collection; otherwise, false.