IMoniker.IsEqual(IMoniker) Metodo

Definizione

Confronta il moniker corrente con un moniker specificato e indica se sono identici.

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

Parametri

pmkOtherMoniker
IMoniker

Riferimento al moniker da utilizzare per il confronto.

Restituisce

Valore S_OKHRESULT se i moniker sono identici; in caso contrario, un valore S_FALSEHRESULT.

Commenti

Per altre informazioni, vedere Metodo IMoniker::IsEqual.

Si applica a