| AlarmCollectionContains Method |
Determines whether the collection contains the specified alarm.
Namespace: Flir.Atlas.Image.AlarmsAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public bool Contains(
Alarm alarm
)
Parameters
- alarm
- Type: Flir.Atlas.Image.AlarmsAlarm
The isotherm.
Return Value
Type:
Booleantrue if the collection contains the specified alarm; otherwise,
false.
See Also