IntCollectionContains(IntCollection, Int32) Method
Return a value indicating whether the specified Integer is contained
by the provided Int Collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool Contains(
IntCollection items,
int value
)
Public Shared Function Contains (
items As IntCollection,
value As Integer
) As Boolean
No code example is currently available or this language may not be supported.
- items IntCollection
-
Instance of the IntCollection to search.
- value Int32
-
Value to search for.
Boolean
Value indicating whether the specified Integer was found in the
collection.