ColumnRemovalCollection.Contains Method

TIBCO Spotfire 12.3 API Reference
Determines whether the collection contains a specific value.

Namespace:  Spotfire.Dxp.Data.Transformations
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 59.0.18126.8552 (59.0.18126.8552)
Syntax

C#
public bool Contains(
	ColumnRemoval item
)

Parameters

item
Type: Spotfire.Dxp.Data.Transformations.ColumnRemoval
The item to look for.

Return Value

Type: Boolean
True if item was found, false otherwise.

Implements

ICollection<T>.Contains(T)
Version Information

Supported in: 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference