IMoniker.IsEqual(IMoniker) Method

Definition

Compares the current moniker with a specified moniker and indicates whether they are identical.

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

Parameters

pmkOtherMoniker
IMoniker

A reference to the moniker to use for comparison.

Returns

An S_OKHRESULT value if the monikers are identical; otherwise, an S_FALSEHRESULT value.

Remarks

For more information, see IMoniker::IsEqual method.

Applies to