| IsothermCollectionContains Method |
Determines whether the collection contains the specified Isotherm.
Namespace: Flir.Atlas.Image.IsothermsAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public bool Contains(
Isotherm isotherm
)
Parameters
- isotherm
- Type: Flir.Atlas.Image.IsothermsIsotherm
The isotherm.
Return Value
Type:
Booleantrue if the collection contains the specified isotjerm; otherwise,
false.
See Also