[]
        
(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
object
MatchDetails
Implements
System.IEquatable<T><MatchDetails>
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Properties

Capture

Gets the found System.Text.RegularExpressions.Capture.

public Capture Capture { get; }

Property Value

System.Text.RegularExpressions.Capture
See Also
System.Text.RegularExpressions.Match
System.Text.RegularExpressions.Group
System.Text.RegularExpressions.Capture

Group

Gets the found System.Text.RegularExpressions.Group.

public Group Group { get; }

Property Value

System.Text.RegularExpressions.Group
See Also
System.Text.RegularExpressions.Match
System.Text.RegularExpressions.Group
System.Text.RegularExpressions.Capture

Match

Gets the System.Text.RegularExpressions.Match object that contains all groups and captures.

public Match Match { get; }

Property Value

System.Text.RegularExpressions.Match
See Also
System.Text.RegularExpressions.Match
System.Text.RegularExpressions.Group
System.Text.RegularExpressions.Capture

Methods

Equals(MatchDetails)

public bool Equals(MatchDetails rhs)

Parameters

rhs MatchDetails

Returns

bool
See Also
System.Text.RegularExpressions.Match
System.Text.RegularExpressions.Group
System.Text.RegularExpressions.Capture

Equals(object)

public override bool Equals(object rhs)

Parameters

rhs object

Returns

bool
See Also
System.Text.RegularExpressions.Match
System.Text.RegularExpressions.Group
System.Text.RegularExpressions.Capture

GetHashCode()

public override int GetHashCode()

Returns

int
See Also
System.Text.RegularExpressions.Match
System.Text.RegularExpressions.Group
System.Text.RegularExpressions.Capture

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
See Also
System.Text.RegularExpressions.Match
System.Text.RegularExpressions.Group
System.Text.RegularExpressions.Capture

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
System.Text.RegularExpressions.Match
System.Text.RegularExpressions.Group
System.Text.RegularExpressions.Capture

See Also

System.Text.RegularExpressions.Match
System.Text.RegularExpressions.Group
System.Text.RegularExpressions.Capture