Windows Media Player 11 SDK IWMPPlaylist.isIdentical (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPPlaylist.isIdentical (VB and C#)

The isIdentical property (the get_isIdentical method in C#) gets a value indicating whether the specified playlist is identical to the current playlist.

  

Parameters

pIWMPPlaylist

A WMPLib.IWMPPlaylist Interface for the playlist that this method compares to the current playlist.

Property Value

System.Boolean that indicates whether the compared playlists are identical.

Remarks

IWMPPlaylist.isIdentical is a property in Visual Basic that takes a parameter, while in C# it is referred to as the IWMPPlaylist.get_isIdentical method.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next