CaptureCollection.ICollection<Capture>.Contains(Capture) Método

Definición

Determina si la colección contiene un valor concreto.

 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

Parámetros

item
Capture

Objeto que se va a buscar en la colección.

Devoluciones

Boolean

true si item se encuentra en la colección; en caso contrario, false.

Implementaciones

Se aplica a