RanorexRanorex Documentation
Sort Method (matches, descending)
NamespacesRanorexImaging..::.MatchSimilarityComparerSort(List<(Of <(Imaging..::.Match>)>), Boolean)
Sorts the specified list of matches by their similarity.
Declaration Syntax
C#Visual BasicVisual C++
public static void Sort(
	List<Imaging..::.Match> matches,
	bool descending
)
Public Shared Sub Sort ( _
	matches As List(Of Imaging..::.Match), _
	descending As Boolean _
)
public:
static void Sort(
	List<Imaging..::.Match^>^ matches, 
	bool descending
)
Parameters
matches (List<(Of <(Imaging..::.Match>)>))
A list of matches.
descending (Boolean)
True to sort descending, false to sort ascending.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)