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

Syntax

C# 
public bool Contains( 
   string name
)

Parameters

name
Name of the fields to look for in the collection.

Return Value

True if the fields is contained in the collection.

Requirements

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

See Also