HierarchyId.Equality-Operator
Die folgenden Ausführungen gelten für v2.
Gibt an, ob der Wert des Hierarchiebezeichners mit dem Tupelwert identisch ist.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Shared Operator = ( _
a As HierarchyId, _
b As Tuple _
) As Boolean
'Usage
Dim a As HierarchyId
Dim b As Tuple
Dim returnValue As Boolean
returnValue = (a = b)
public static bool operator ==(
HierarchyId a,
Tuple b
)
public:
static bool operator ==(
HierarchyId^ a,
Tuple^ b
)
static let inline(=)
a:HierarchyId *
b:Tuple : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameter
a
Typ: Microsoft.WebMatrix.Extensibility.HierarchyIdDer Wert des Hierarchiebezeichners.
b
Typ: System.Tuple<T1, T2>Der Tupelwert.
Rückgabewert
Typ: System.Boolean
true , wenn der Wert des Hierarchiebezeichners mit dem Tupelwert identisch ist, andernfalls false.