Share via


MatchComparer.IComparer<Match>.Compare(Match, Match) Method

Definition

int IComparer<Match>.Compare (System.Text.RegularExpressions.Match one, System.Text.RegularExpressions.Match two);
abstract member System.Collections.Generic.IComparer<System.Text.RegularExpressions.Match>.Compare : System.Text.RegularExpressions.Match * System.Text.RegularExpressions.Match -> int
override this.System.Collections.Generic.IComparer<System.Text.RegularExpressions.Match>.Compare : System.Text.RegularExpressions.Match * System.Text.RegularExpressions.Match -> int
Function Compare (one As Match, two As Match) As Integer Implements IComparer(Of Match).Compare

Parameters

one
Match
two
Match

Returns

Implements

Applies to