ConstantsBase<T>.ValueExistsInList(T) Method

Definition

Indicates whether a value exists in the list.

protected:
 abstract bool ValueExistsInList(T value);
protected abstract bool ValueExistsInList (T value);
abstract member ValueExistsInList : 'T -> bool
Protected MustOverride Function ValueExistsInList (value As T) As Boolean

Parameters

value
T

Returns

Boolean.

Applies to