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

Syntax

C# 
public bool Contains( 
   BaseField fields
)

Parameters

fields
BaseField to locate.

Return Value

True if the BaseField exists in the collection.

Requirements

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

See Also