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

Determines whether two AudioCategory instances are equal.

Namespace: Microsoft.Xna.Framework.Audio
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public sealed bool Equals(
	AudioCategory other
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

other
Type: Microsoft.Xna.Framework.Audio.AudioCategory
AudioCategory to compare with this instance.

Return Value

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

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web