This method of the IMoniker interface compares this moniker with a specified moniker and indicates whether they are identical.
public boolean IsEqual(IMoniker pmkOtherMoniker);
S_OK -- The two monikers are identical.
S_FALSE -- The two monikers are not identical.
[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). |