Click or drag to resize
AlarmCollectionContains Method
Determines whether the collection contains the specified alarm.

Namespace: Flir.Atlas.Image.Alarms
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public bool Contains(
	Alarm alarm
)

Parameters

alarm
Type: Flir.Atlas.Image.AlarmsAlarm
The isotherm.

Return Value

Type: Boolean
true if the collection contains the specified alarm; otherwise, false.
See Also