IQuantitiesContains Method
Determines whether the list contains a specific value.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
bool Contains(
IQuantity item
)
- item IQuantity
- The object to locate in the List. The value can be a null reference (Nothing in Visual Basic) for reference types.
Booleantrue if item is found in the list otherwise, false.