Playlist.Equals Method (Playlist)
Determines whether the specified Playlist is equal to this Playlist.
Syntax
'Declaration
Public Function Equals ( _
other As Playlist _
) As Boolean
public bool Equals (
Playlist other
)
public:
bool Equals(
Playlist other
)
Parameters
- other
Type: Playlist
Playlist to compare with this instance.
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