ActiveReports 12
ContainsValue Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.DataProcessing Namespace > InteractiveSortState Class : ContainsValue Method
The value to locate in the Dictionary. The value can be null for reference types.
Determines whether the Dictionary contains a specific value.
Syntax
'Declaration
 
Public Function ContainsValue( _
   ByVal value() As InteractiveSort _
) As Boolean
public bool ContainsValue( 
   InteractiveSort[] value
)

Parameters

value
The value to locate in the Dictionary. The value can be null for reference types.

Return Value

true if the Dictionary contains an element with the specified value; otherwise, false.
See Also

Reference

InteractiveSortState Class
InteractiveSortState Members