CaptureCollection.ICollection<Capture>.Contains(Capture) Methode

Definition

Ermittelt, ob die Auflistung einen bestimmten Wert enthält.

 virtual bool System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Contains(System::Text::RegularExpressions::Capture ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Capture ^>::Contains;
bool ICollection<Capture>.Contains (System.Text.RegularExpressions.Capture item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Contains : System.Text.RegularExpressions.Capture -> bool
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Contains : System.Text.RegularExpressions.Capture -> bool
Function Contains (item As Capture) As Boolean Implements ICollection(Of Capture).Contains

Parameter

item
Capture

Das Objekt, das in der Auflistung gesucht werden soll.

Gibt zurück

Boolean

true, wenn sich der Wert item in der Auflistung befindet, andernfalls false.

Implementiert

Gilt für