RanorexRanorex Documentation
Sort Method (matches, comparer)
NamespacesRanorexImaging..::.MatchSort(List<(Of <(Imaging..::.Match>)>), IComparer<(Of <(Imaging..::.Match>)>))
Sorts a list of matches using the specified comparer.
Declaration Syntax
C#Visual BasicVisual C++
public static void Sort(
	List<Imaging..::.Match> matches,
	IComparer<Imaging..::.Match> comparer
)
Public Shared Sub Sort ( _
	matches As List(Of Imaging..::.Match), _
	comparer As IComparer(Of Imaging..::.Match) _
)
public:
static void Sort(
	List<Imaging..::.Match^>^ matches, 
	IComparer<Imaging..::.Match^>^ comparer
)
Parameters
matches (List<(Of <(Imaging..::.Match>)>))
A list of matches.
comparer (IComparer<(Of <(Imaging..::.Match>)>))
A comparer.

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