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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.