Click or drag to resize

RangeTContains(T, ComparisonT) Method

Determines whether the range contains the given value.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.264-beta+d1c3a754a4d50e5c740e530e6875e878ac32de9a
Syntax
public bool Contains(
	T value,
	Comparison<T> comparison
)
View Source

Parameters

value  T
The value to be compared with.
comparison  ComparisonT
The comparison used to compare objects of type T.

Return Value

Boolean
True if the value exists within the range; false otherwise.
See Also