QuickObjects.ObjectBase Send comments on this topic.
Contains(ValidatorTypes) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseFieldValidatorCollection Class > Contains Method : Contains(ValidatorTypes) Method
validatorType
Name of the validatorType to look for in the collection.
Returns true if the specified validatorType is contained within the collection.

Syntax

C# 
public bool Contains( 
   ValidatorTypes validatorType
)

Parameters

validatorType
Name of the validatorType to look for in the collection.

Return Value

True if the validatorType is contained in the collection.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also