AudioCategory.Equals Method (AudioCategory)

Determines whether the specified AudioCategory is equal to this AudioCategory.

Syntax

'Declaration
Public Function Equals ( _
         other As AudioCategory _
) As Boolean 
public bool Equals (
         AudioCategory other
)
public:
bool Equals(
         AudioCategory other
)

Parameters

Return Value

Type: Boolean
true if the objects are 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