ConstantsBase<T>.ValueExistsInList(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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