MatchProperty.Inequality(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 op_Inequality : 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 different

Applies to