Microsoft SDK for Java

IsEqual

This method of the IMoniker interface compares this moniker with a specified moniker and indicates whether they are identical.

Syntax

public boolean IsEqual(IMoniker pmkOtherMoniker);

Return Values

S_OK -- The two monikers are identical.

S_FALSE -- The two monikers are not identical.

Parameters

[in] pmkOtherMoniker Pointer to the IMoniker interface on the moniker to be used for comparison with this one (the one from which this method is called).

© 1999 Microsoft Corporation. All rights reserved. Terms of use.