Compares two Monikers based upon their ID to determine if they are equal
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Function Equals ( _
    moniker As Moniker _
) As Boolean
public bool Equals(
    Moniker moniker
)
public:
bool Equals(
    Moniker^ moniker
)
member Equals : 
        moniker:Moniker -> bool
public function Equals(
    moniker : Moniker
) : boolean
Parameters
moniker
Type: Microsoft.VisualStudio.Modeling.MonikerMoniker being compared to
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.