[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.MatchDetails

MatchDetails Class

Represents the details of a match.

Inheritance
MatchDetails
Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public sealed class MatchDetails : IEquatable<MatchDetails>
Public NotInheritable Class MatchDetails
    Implements IEquatable(Of MatchDetails)

Properties

Name Description
Capture

Gets the found Capture.

Group

Gets the found Group.

Match

Gets the Match object that contains all groups and captures.

Methods

Operators

Name Description
operator ==(MatchDetails, MatchDetails)

Tests whether two specified MatchDetails objects are equivalent.

operator !=(MatchDetails, MatchDetails)

Tests whether two specified MatchDetails objects are equivalent.

See Also