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