IMoniker.IsEqual(IMoniker) Metoda

Definice

Porovná aktuální moniker se zadaným monikerem a určí, zda jsou identické.

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

Parametry

pmkOtherMoniker
IMoniker

Odkaz na moniker, který se použije pro porovnání.

Návraty

HodnotaS_OK, pokud jsou identické hodnoty; v opačném případě hodnotaS_FALSEHRESULT.HRESULT

Poznámky

Další informace najdete v tématu Metoda IMoniker::IsEqual.

Platí pro