ClassViewNavigationInfoNode.Equality Operator

Definition

Equals operator. Defers to Compare.

public:
 static bool operator ==(Microsoft::VisualStudio::Modeling::Shell::ClassViewNavigationInfoNode operand1, Microsoft::VisualStudio::Modeling::Shell::ClassViewNavigationInfoNode operand2);
public static bool operator == (Microsoft.VisualStudio.Modeling.Shell.ClassViewNavigationInfoNode operand1, Microsoft.VisualStudio.Modeling.Shell.ClassViewNavigationInfoNode operand2);
static member ( = ) : Microsoft.VisualStudio.Modeling.Shell.ClassViewNavigationInfoNode * Microsoft.VisualStudio.Modeling.Shell.ClassViewNavigationInfoNode -> bool
Public Shared Operator == (operand1 As ClassViewNavigationInfoNode, operand2 As ClassViewNavigationInfoNode) As Boolean

Parameters

operand1
ClassViewNavigationInfoNode

Left operand

operand2
ClassViewNavigationInfoNode

Right operand

Returns

Applies to