ClassViewNavigationInfoNode.Compare Method
Compares two elements.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaração
Public Shared Function Compare ( _
operand1 As ClassViewNavigationInfoNode, _
operand2 As ClassViewNavigationInfoNode _
) As Boolean
public static bool Compare(
ClassViewNavigationInfoNode operand1,
ClassViewNavigationInfoNode operand2
)
public:
static bool Compare(
ClassViewNavigationInfoNode operand1,
ClassViewNavigationInfoNode operand2
)
static member Compare :
operand1:ClassViewNavigationInfoNode *
operand2:ClassViewNavigationInfoNode -> bool
public static function Compare(
operand1 : ClassViewNavigationInfoNode,
operand2 : ClassViewNavigationInfoNode
) : boolean
Parameters
- operand1
Type: Microsoft.VisualStudio.Modeling.Shell.ClassViewNavigationInfoNode
The first element to compare.
- operand2
Type: Microsoft.VisualStudio.Modeling.Shell.ClassViewNavigationInfoNode
The second element to compare.
Return Value
Type: System.Boolean
true if the elements are equal; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.