AudioCategory.op_Inequality Method
Determines whether the specified AudioCategory instances are not equal.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
value1 As AudioCategory, _
value2 As AudioCategory _
) As Boolean
public static bool op_Inequality (
AudioCategory value1,
AudioCategory value2
)
public:
static bool op_Inequality(
AudioCategory value1,
AudioCategory value2
)
Parameters
- value1
Type: AudioCategory
Object to the left of the inequality operator. - value2
Type: AudioCategory
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.Audio
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
AudioCategory Structure
AudioCategory Members
Microsoft.Xna.Framework.Audio Namespace
Platforms
Windows Phone