Compares two matches and returns a value indicating whether one is less than,
equal to, or greater than the other.
| C# | Visual Basic | Visual 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
- m1 (Imaging..::.Match)
- Match one.
- m2 (Imaging..::.Match)
- Match two.
A value indicating whether one is less than, equal to, or greater
than the other.
