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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.