[]
        
(Showing Draft Content)

C1.PivotEngine.ValueSet-1.Contains

Contains Method

Contains(T)

Determines whether the collection contains a specific value.

Declaration
public bool Contains(T value)
Parameters
Type Name Description
T value

Value to look for.

Returns
Type Description
bool

True if the collection contains the value.