ClassViewNavigationInfoNode.Inequality Operator

Definition

Not equal 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 op_Inequality : 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