AudioCategory.Inequality Method (Microsoft.Xna.Framework.Audio)

Determines whether two AudioCategory instances are not equal.

Namespace: Microsoft.Xna.Framework.Audio
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public static bool Inequality(
	AudioCategory first, 
	AudioCategory second
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

first
Type: Microsoft.Xna.Framework.Audio.AudioCategory
First AudioCategory instance to compare.
second
Type: Microsoft.Xna.Framework.Audio.AudioCategory
Second AudioCategory instance to compare.

Return Value

Type: System.Boolean
true if the objects are not equal or false if they are.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web