Click or drag to resize

SignalDataCollectionContainsT Method

Determines whether this collection contains data of the specified type.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public bool Contains<T>()
where T : class

Type Parameters

T
The type of data to check for.

Return Value

Type: Boolean
if this collection contains data of the specified type; otherwise .
See Also