IMoniker.IsEqual(IMoniker) Méthode

Définition

Compare le moniker actuel à un moniker spécifié et indique s'ils sont identiques.

public:
 int IsEqual(System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkOtherMoniker);
public int IsEqual (System.Runtime.InteropServices.ComTypes.IMoniker pmkOtherMoniker);
abstract member IsEqual : System.Runtime.InteropServices.ComTypes.IMoniker -> int
Public Function IsEqual (pmkOtherMoniker As IMoniker) As Integer

Paramètres

pmkOtherMoniker
IMoniker

Référence au moniker à utiliser pour comparaison.

Retours

Valeur S_OKHRESULT si les monikers sont identiques ; sinon, valeur S_FALSEHRESULT.

Remarques

Pour plus d’informations, consultez Méthode IMoniker ::IsEqual.

S’applique à