IWMPLibrary::isIdentical method

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The isIdentical method returns a value that indicates whether the supplied object is the same as the current one.

Syntax

public System.Boolean isIdentical(
  IWMPLibrary pIWMPLibrary
);

Public Function isIdentical( _
  ByVal pIWMPLibrary As IWMPLibrary _
) As System.Boolean
Implements IWMPLibrary.isIdentical

Parameters

pIWMPLibrary [in]

A WMPLib.IWMPLibrary interface that represents the object to compare with current one.

Return value

A System.Boolean that is the result of the comparison. The value true indicates that the objects are the same.

Requirements

Requirement Value
Version
Windows Media Player 11.
Namespace
WMPLib
Assembly
Interop.WMPLib.dll (Interop.WMPLib.dll.dll)

See also

IWMPLibrary Interface (VB and C#)