Contains(DeviceToSynchronize)
- Updated2025-10-07
- 1 minute(s) read
Returns whether the specified element is in the collection.
Syntax
Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices
public bool Contains(DeviceToSynchronize device)
Remarks
true if the collection contains device .
Parameters
| Name | Type | Description |
|---|---|---|
| device | DeviceToSynchronize | DeviceToSynchronize object to be located in the collection. |