IMoniker.IsEqual(IMoniker) Metoda

Definice

Porovná aktuální moniker se zadaným monikerem a označuje, jestli 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 má použít k porovnání.

Návraty

Hodnota S_OKHRESULT , pokud jsou monikery identické, S_FALSEHRESULT jinak hodnota.

Poznámky

Další informace naleznete v tématu IMoniker::IsEqual metoda.

Platí pro