AudioCategory.op_Equality Method
Determines whether the specified AudioCategory instances are equal.
Syntax
'Declaration
Public Shared Function op_Equality ( _
value1 As AudioCategory, _
value2 As AudioCategory _
) As Boolean
public static bool op_Equality (
AudioCategory value1,
AudioCategory value2
)
public:
static bool op_Equality(
AudioCategory value1,
AudioCategory value2
)
Parameters
- value1
Type: AudioCategory
Object to the left of the equality operator. - value2
Type: AudioCategory
Object to the right of the equality operator.
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