[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.MatchDetails

Class MatchDetails

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents the details of a match.

public sealed class MatchDetails : IEquatable<MatchDetails>
Inheritance
MatchDetails
Implements
Inherited Members

Properties

Capture

Gets the found Capture.

public Capture Capture { get; }

Property Value

Capture

Group

Gets the found Group.

public Group Group { get; }

Property Value

Group

Match

Gets the Match object that contains all groups and captures.

public Match Match { get; }

Property Value

Match

Methods

Equals(MatchDetails)

public bool Equals(MatchDetails rhs)

Parameters

rhs MatchDetails

Returns

bool

Equals(object)

public override bool Equals(object rhs)

Parameters

rhs object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

Operators

operator ==(MatchDetails, MatchDetails)

Tests whether two specified MatchDetails objects are equivalent.

public static bool operator ==(MatchDetails lhs, MatchDetails rhs)

Parameters

lhs MatchDetails
rhs MatchDetails

Returns

bool

operator !=(MatchDetails, MatchDetails)

Tests whether two specified MatchDetails objects are equivalent.

public static bool operator !=(MatchDetails lhs, MatchDetails rhs)

Parameters

lhs MatchDetails
rhs MatchDetails

Returns

bool

See Also