Compares to matches by their similarity.
| C# | Visual Basic | Visual C++ |
public class MatchSimilarityComparer : IComparer<Imaging..::.Match>
Public Class MatchSimilarityComparer _ Implements IComparer(Of Imaging..::.Match)
public ref class MatchSimilarityComparer : IComparer<Imaging..::.Match^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| Imaging..::.MatchSimilarityComparer()()() |
Creates a new instance.
| |
| Imaging..::.MatchSimilarityComparer(Boolean) |
Creates a new instance.
| |
| Compare(Imaging..::.Match, Imaging..::.Match) |
Compares two matches and returns a value indicating whether one is less than,
equal to, or greater than the other.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Sort(List<(Of <(Imaging..::.Match>)>), Boolean) |
Sorts the specified list of matches by their similarity.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| Imaging..::.MatchSimilarityComparer | |
