Share via


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

Windows Media Player SDK banner art

Previous Next

IWMPStringCollection2.isIdentical (VB and C#)

The isIdentical method returns a value indicating whether the object represented by the supplied interface is the same as the current one.

[Visual Basic]
Function isIdentical(
  pIWMPStringCollection2 As IWMPStringCollection2
) As Boolean

[C#]
bool isIdentical (
  IWMPStringCollection2 pIWMPStringCollection2
)

Parameters

pIWMPStringCollection2

The WMPLib.IWMPStringCollection2 interface that represents the object to compare with current one.

Return Value

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

Remarks

To use this method, read access to the library is required. For more information, see Library Access.

Requirements

Version: Windows Media Player 11.

Namespace: WMPLib

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

See Also

Previous Next