BasicProfileViolationCollection.Contains(BasicProfileViolation) Yöntem

Tanım

Koleksiyonun belirtilen BasicProfileViolation nesneyi içerip içermediğini denetler.

public:
 bool Contains(System::Web::Services::Description::BasicProfileViolation ^ violation);
public bool Contains (System.Web.Services.Description.BasicProfileViolation violation);
member this.Contains : System.Web.Services.Description.BasicProfileViolation -> bool
Public Function Contains (violation As BasicProfileViolation) As Boolean

Parametreler

violation
BasicProfileViolation

BasicProfileViolation Koleksiyonda bulunacak nesne.

Döndürülenler

trueBasicProfileViolation nesnesi koleksiyonda mevcutsa; yoksa false.

Şunlara uygulanır