DocumentNodeListBaseTContains Method

Spotfire 15.0 API Reference
Determines whether the specified value is in this collection.

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public bool Contains(
	T value
)

Parameters

value
Type: T
The object to locate in this collection. The value can be null.

Return Value

Type: Boolean
true if value is found in this collection; otherwise, false.
Version Information


See Also

Reference