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

Definizione

Determina se la raccolta contiene un valore specifico.

 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

Parametri

item
Capture

Oggetto da individuare nella raccolta.

Restituisce

Boolean

true se il valore item viene trovato nella raccolta. In caso contrario, false.

Implementazioni

Si applica a