An NDoc Documented Class Library

BaseValidatorCollection.Contains Method 

Determines whether a given BaseValidator is in the BaseValidatorCollection.

public virtual bool Contains(
   BaseValidator item
);

Parameters

item
The BaseValidator to check for.

Return Value

true if item is found in the BaseValidatorCollection; otherwise, false.

See Also

BaseValidatorCollection Class | BaseValidatorCollection Members | Genghis.Windows.Forms Namespace