RanorexRanorex Documentation
Compare Method (m1, m2)
NamespacesRanorexImaging..::.MatchSimilarityComparerCompare(Imaging..::.Match, Imaging..::.Match)
Compares two matches and returns a value indicating whether one is less than, equal to, or greater than the other.
Declaration Syntax
C#Visual BasicVisual C++
public int Compare(
	Imaging..::.Match m1,
	Imaging..::.Match m2
)
Public Function Compare ( _
	m1 As Imaging..::.Match, _
	m2 As Imaging..::.Match _
) As Integer
public:
virtual int Compare(
	Imaging..::.Match^ m1, 
	Imaging..::.Match^ m2
) sealed
Parameters
m1 (Imaging..::.Match)
Match one.
m2 (Imaging..::.Match)
Match two.
Return Value
A value indicating whether one is less than, equal to, or greater than the other.

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