MatchComparer Class

Definition

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)
Inheritance
MatchComparer
Implements

Fields

Instance

Explicit Interface Implementations

IComparer<Match>.Compare(Match, Match)

Applies to