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
- moniker
Type: Microsoft.VisualStudio.Modeling.Moniker
Moniker 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.