[]
Represents the details of a match.
public sealed class MatchDetails : IEquatable<MatchDetails>
Public NotInheritable Class MatchDetails
Implements IEquatable(Of MatchDetails)
Name | Description |
---|---|
Capture | Gets the found Capture. |
Group | Gets the found Group. |
Match | Gets the Match object that contains all groups and captures. |
Name | Description |
---|---|
Equals(MatchDetails) | |
Equals(object) | |
GetHashCode() |
Name | Description |
---|---|
operator ==(MatchDetails, MatchDetails) | Tests whether two specified MatchDetails objects are equivalent. |
operator !=(MatchDetails, MatchDetails) | Tests whether two specified MatchDetails objects are equivalent. |