IntCollectionItemExists Method
Return a value indicating whether or not the specified value exists
within the Collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public bool ItemExists(
int value
)
Public Function ItemExists (
value As Integer
) As Boolean
No code example is currently available or this language may not be supported.
- value Int32
-
The Value to Search For.
Boolean
A value indicating whether or not the specified value was found in the
Collection.