QuickObjects.ObjectBase Send comments on this topic.
Contains Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinFieldCollection Class : Contains Method
joinField
JoinField to locate.
Attempts to locate the JoinField within the collection.

Syntax

C# 
public bool Contains( 
   JoinField joinField
)

Parameters

joinField
JoinField to locate.

Return Value

True if the JoinField exists in the collection.

Requirements

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

See Also