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

Syntax

C# 
public bool Contains( 
   Join join
)

Parameters

join
Join to locate.

Return Value

True if the Join exists in the collection.

Requirements

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

See Also