ClassViewNavigationInfoNode.Compare Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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