Checks to see if a value exists in the List.

Syntax

ISListReadOnly.Exists(value, [ignoreCase])

Parameters

NameTypeOptionalByRefDescription
value String Value to search for.
ignoreCase Boolean Optional Indicates whether to ignore case when searching list. If omitted, a value of False is assumed.

Return Value

Boolean

Returns a boolean indicating whether or not the value exists in the List.

Member of:
ISListReadOnly
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0