CaptureCollection.ICollection<Capture>.Contains(Capture) Метод

Определение

Определяет, содержит ли коллекция указанное значение.

 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

Параметры

item
Capture

Объект, который требуется найти в коллекции.

Возвращаемое значение

Boolean

Значение true, если item найден в коллекции; в противном случае — значение false.

Реализации

Применяется к