Determines whether the collection contains a specific value.
Namespace: Spotfire.Dxp.Data.Transformations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public bool Contains( ColumnAddition item )
Parameters
- item
- Type: Spotfire.Dxp.Data.TransformationsColumnAddition
The item to look for.
Return Value
Type: BooleanTrue if item was found, false otherwise.
Implements
ICollectionTContains(T)Version Information
See Also