Album.op_Inequality Method
Determines whether the specified Album instances are not equal.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
first As Album, _
second As Album _
) As Boolean
public static bool op_Inequality (
Album first,
Album second
)
public:
static bool op_Inequality(
Album first,
Album second
)
Parameters
- first
Type: Album
Object to the left of the inequality operator. - second
Type: Album
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
Album Class
Album Members
Microsoft.Xna.Framework.Media Namespace
Platforms
Windows Phone