次の方法で共有


ClassViewNavigationInfoNode.Compare Method

Definition

Compare two VirtualTreeItemInfo structures

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

Parameters

operand1
ClassViewNavigationInfoNode

Left operand

operand2
ClassViewNavigationInfoNode

Right operand

Returns

true if operands are equal

Applies to