QuickObjects.ObjectBase Send comments on this topic.
Contains(BaseFieldValidator) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseFieldValidatorCollection Class > Contains Method : Contains(BaseFieldValidator) Method
baseFieldValidator
BaseFieldValidator to locate.
Attempts to locate the BaseFieldValidator within the collection.

Syntax

C# 
public bool Contains( 
   BaseFieldValidator baseFieldValidator
)

Parameters

baseFieldValidator
BaseFieldValidator to locate.

Return Value

True if the BaseFieldValidator exists in the collection.

Requirements

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

See Also