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: 24.2.419.0 (24.2.419.0)
Syntax public bool Contains<T>()
where T : class
Public Function Contains(Of T As Class) As Boolean
public:
generic<typename T>
where T : ref class
bool Contains()
member Contains : unit -> bool when 'T : not struct
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