Click or drag to resize

ResultFileCollectionContains Method

Determines whether the ICollectionT contains a specific value.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public bool Contains(
	DataFileInfo item
)

Parameters

item  DataFileInfo
The object to locate in the ICollectionT.

Return Value

Boolean
if item is found in the ICollectionT; otherwise, .

Implements

ICollectionTContains(T)
See Also