您现在访问的是微软AZURE全球版技术文档网站,若需要访问由世纪互联运营的MICROSOFT AZURE中国区技术文档网站,请访问 https://docs.azure.cn.
MatchComparer 类
定义
public sealed class MatchComparer : System.Collections.Generic.IComparer<System.Text.RegularExpressions.Match>
type MatchComparer = class
interface IComparer<Match>
Public NotInheritable Class MatchComparer
Implements IComparer(Of Match)
- 继承
-
System.ObjectMatchComparer
- 实现
-
System.Collections.Generic.IComparer<System.Text.RegularExpressions.Match>
字段
Instance |
显式接口实现
IComparer<Match>.Compare(Match, Match) |