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