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.2822.3845
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