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

Syntax

C# 
public bool Contains( 
   string name
)

Parameters

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

Return Value

True if the businessObject is contained in the collection.

Requirements

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

See Also