Click or drag to resize

IListIPeriodicSpecialDaysContains Method

Determines whether the list contains a specific value.

Namespace:  DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
bool Contains(
	IPeriodicSpecialDay item
)

Parameters

item
Type: DHI.Mike1D.BoundaryModule.PeriodicItemIPeriodicSpecialDay
The object to locate in the List. The value can be a null reference (Nothing in Visual Basic) for reference types.

Return Value

Type: Boolean
true if item is found in the list otherwise, false.
See Also