MatchComparer.IComparer<Match>.Compare(Match, Match) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- one
- Match
- two
- Match