Moniker.Equality Operator
Compares two Monikers based upon their ID to determine if they are equal. Overriding operator == to satisfy CA1036:OverrideMethodsOnComparableTypes
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Shared Operator = ( _
moniker1 As Moniker, _
moniker2 As Moniker _
) As Boolean
public static bool operator ==(
Moniker moniker1,
Moniker moniker2
)
public:
static bool operator ==(
Moniker^ moniker1,
Moniker^ moniker2
)
static let inline(=)
moniker1:Moniker *
moniker2:Moniker : bool
JScript does not support overloaded operators.
Parameters
moniker1
Type: Microsoft.VisualStudio.Modeling.MonikerMoniker being compared to
moniker2
Type: Microsoft.VisualStudio.Modeling.MonikerMoniker being compared against
Return Value
Type: System.Boolean
Boolean that indicates if the two Monikers are equal.
.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.