BasicProfileViolationCollection.Contains(BasicProfileViolation) Methode

Definitie

Controleert of de verzameling het opgegeven BasicProfileViolation object bevat.

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

Parameters

violation
BasicProfileViolation

Het BasicProfileViolation object dat in de verzameling moet worden gevonden.

Retouren

true als het BasicProfileViolation object bestaat in de verzameling; anders false.

Van toepassing op