ClassViewNavigationInfoNode.Equality Operator

Verifies whether two elements are equal.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    operand1 As ClassViewNavigationInfoNode, _
    operand2 As ClassViewNavigationInfoNode _
) As Boolean
'Usage
Dim operand1 As ClassViewNavigationInfoNode 
Dim operand2 As ClassViewNavigationInfoNode 
Dim returnValue As Boolean 

returnValue = (operand1 = operand2)
public static bool operator ==(
    ClassViewNavigationInfoNode operand1,
    ClassViewNavigationInfoNode operand2
)
public:
static bool operator ==(
    ClassViewNavigationInfoNode operand1, 
    ClassViewNavigationInfoNode operand2
)
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
true if the elements are equal; otherwise, false.

.NET Framework Security

See Also

Reference

ClassViewNavigationInfoNode Structure

ClassViewNavigationInfoNode Members

Microsoft.VisualStudio.Modeling.Shell Namespace