Moniker.Equals Method (Moniker)

Compares two Monikers based upon their ID to determine if they are equal

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

Syntax

'宣告
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

Return Value

Type: System.Boolean
Boolean that indicates if the two Monikers are equal.

.NET Framework Security

See Also

Reference

Moniker Class

Equals Overload

Microsoft.VisualStudio.Modeling Namespace