MatchProperty Struct

Definition

Define a simple entity to return a single matched property

public value class MatchProperty : IEquatable<Microsoft::VisualStudio::Workspace::Evaluator::MatchProperty>
public struct MatchProperty : IEquatable<Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty>
type MatchProperty = struct
Public Structure MatchProperty
Implements IEquatable(Of MatchProperty)
Inheritance
MatchProperty
Implements

Constructors

MatchProperty(Int32, String)

Initializes a new instance of the MatchProperty struct.

Properties

Priority

Get the matched priority

Value

Get the matched value

Methods

Equals(MatchProperty)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

Operators

Equality(MatchProperty, MatchProperty)

Operator ==

Inequality(MatchProperty, MatchProperty)

Operator !=

Applies to