Click or drag to resize

TypedSortedListEx TKey , TValue ContainsValue Method

Determines whether the list contains the specified value.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual bool ContainsValue(
	TValue value
)

Parameters

value
Type: TValue
Value of the element to search.

Return Value

Type: Boolean
True if list contains specified value.
See Also