Playlist.op_Equality Method
Determines whether the specified Playlist instances are equal.
Syntax
'Declaration
Public Shared Function op_Equality ( _
first As Playlist, _
second As Playlist _
) As Boolean
public static bool op_Equality (
Playlist first,
Playlist second
)
public:
static bool op_Equality(
Playlist first,
Playlist second
)
Parameters
- first
Type: Playlist
Object to the left of the equality operator. - second
Type: Playlist
Object to the right of the equality operator.
Return Value
Type: Boolean
true if the objects are equal; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework.Media
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Playlist Class
Playlist Members
Microsoft.Xna.Framework.Media Namespace
Platforms
Windows Phone