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