Table of Contents

Method Contains

Namespace
Bonsai
Assembly
Bonsai.Core.dll

Contains(TValue)

Tests whether a specified value falls within the range.

public bool Contains(TValue value)

Parameters

value TValue

The value to test.

Returns

bool

true if value is between or equal to the lower and upper bound values of this instance; otherwise, false.