Checks if the keys in the ClientSideFilterKeys are the same of the keys specified in the parameter

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsFilterChanged(
	List<string> filterKeys
)
Visual Basic
Public Function IsFilterChanged ( _
	filterKeys As List(Of String) _
) As Boolean
JScript
public function IsFilterChanged(
	filterKeys : List<String>
) : boolean

Parameters

filterKeys
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>

See Also