IMoniker.IsEqual(IMoniker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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_OK
HRESULT
value if the monikers are identical; otherwise, an S_FALSE
HRESULT
value.
Remarks
For more information, see IMoniker::IsEqual method.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.