SignalDataCollectionContainsByType Method |
Determines whether or not this collection contains data of the specified type.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic bool ContainsByType(
Type type
)
Public Function ContainsByType (
type As Type
) As Boolean
public:
bool ContainsByType(
Type^ type
)
member ContainsByType :
type : Type -> bool
Parameters
- type
- Type: SystemType
The type of data to check for.
Return Value
Type:
Boolean if this collection contains data of the specified type; otherwise
.
See Also