NonGenericList.Contains
NonGenericList.Contains method
Determines whether the IList contains a specific value.
public bool Contains(object value)
Parameter | Type | Description |
---|---|---|
value | Object | The Object to locate in the IList. |
Return Value
true if the Object is found in the IList; otherwise, false.
See Also
- class NonGenericList
- namespace Aspose.Imaging
- assembly Aspose.Imaging