IntRangeContains Method
Return a value indicating whether the specified value is implicitly
contained within the range.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool Contains(
IntRange item,
int value
)
Public Shared Function Contains (
item As IntRange,
value As Integer
) As Boolean
No code example is currently available or this language may not be supported.
- item IntRange
-
Range to inspect.
- value Int32
-
Value to compare.
Boolean
True if the specified value is within the range. False otherwise.