| EquatableListTIListContains Method |
Determines whether the IList contains a specific value.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxbool IList.Contains(
Object value
)
Parameters
- value
- Type: SystemObject
The object to locate in the IList.
Return Value
Type:
Boolean if the
Object is found in the
IList; otherwise,
.
Implements
IListContains(Object)
See Also