IntRangeCollectionContains(Int32) Method
Return a value indicating whether the specified value is implicitly
contained within any of the ranges in this collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public bool Contains(
int value
)
Public Function Contains (
value As Integer
) As Boolean
No code example is currently available or this language may not be supported.
- value Int32
-
Value to compare.
Boolean
True if the specified value is within any of the ranges in the
collection. False otherwise.