Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified Song instances are not equal.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
first As Song, _
second As Song _
) As Boolean
public static bool op_Inequality (
Song first,
Song second
)
public:
static bool op_Inequality(
Song first,
Song second
)
Parameters
- first
Type: Song
Object to the left of the inequality operator. - second
Type: Song
Object to the right of the inequality operator.
Return Value
Type: Boolean
true if the objects are not 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