IntRangeCollectionContains(Int32) Method

Return a value indicating whether the specified value is implicitly contained within any of the ranges in this collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public bool Contains(
	int value
)

Parameters

value  Int32
Value to compare.

Return Value

Boolean
True if the specified value is within any of the ranges in the collection. False otherwise.

See Also