Share via


MatchProperty.Equality(MatchProperty, MatchProperty) Operator

Definition

Operator ==

public:
 static bool operator ==(Microsoft::VisualStudio::Workspace::Evaluator::MatchProperty matchProperty1, Microsoft::VisualStudio::Workspace::Evaluator::MatchProperty matchProperty2);
public static bool operator == (Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty matchProperty1, Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty matchProperty2);
static member ( = ) : Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty * Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty -> bool
Public Shared Operator == (matchProperty1 As MatchProperty, matchProperty2 As MatchProperty) As Boolean

Parameters

matchProperty1
MatchProperty

Match property 1

matchProperty2
MatchProperty

Match property 2

Returns

True if are the same

Applies to