Song.Equals Method (Song)
Determines whether the specified Song is equal to this Song.
Syntax
'Declaration
Public Function Equals ( _
other As Song _
) As Boolean
public bool Equals (
Song other
)
public:
bool Equals(
Song other
)
Parameters
- other
Type: Song
Song 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
Song Class
Song Members
Microsoft.Xna.Framework.Media Namespace
Platforms
Windows Phone