IRes1DStructuresContains Method
Determines whether the list contains a specific value.
Namespace: DHI.Mike1D.ResultDataAccessAssembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
bool Contains(
IRes1DStructure item
)
- item IRes1DStructure
- 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.