IntRangeContains Method

Return a value indicating whether the specified value is implicitly contained within the range.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static bool Contains(
	IntRange item,
	int value
)

Parameters

item  IntRange
Range to inspect.
value  Int32
Value to compare.

Return Value

Boolean
True if the specified value is within the range. False otherwise.

See Also