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