Click or drag to resize
IsothermCollectionContains Method
Determines whether the collection contains the specified Isotherm.

Namespace: Flir.Atlas.Image.Isotherms
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public bool Contains(
	Isotherm isotherm
)

Parameters

isotherm
Type: Flir.Atlas.Image.IsothermsIsotherm
The isotherm.

Return Value

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