Answer ValueNodeList T  Contains Method
Determines if the collection contains the specified item.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool Contains(
	Answer..::..ValueNode<T> item
)

Parameters

item
Type: HotDocs.Sdk Answer ValueNode T 
The item to search for in the collection.

Return Value

Type: OnlineBoolean
True or False depending on whether or not the item was found in the collection.

Implements

OnlineICollection T  Contains(T)
See Also