Sorts the specified list of matches by their similarity.
| C# | Visual Basic | Visual 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 )
- matches (List<(Of <(Imaging..::.Match>)>))
- A list of matches.
- descending (Boolean)
- True to sort descending, false to sort ascending.
