Click or drag to resize

SignalDataCollection.ContainsByType 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: 24.3.420.0 (24.3.420.0)
Syntax
public bool ContainsByType(
	Type type
)

Parameters

type
Type: System.Type
The type of data to check for.

Return Value

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