Partilhar via


RendererDetail.op_Inequality Method

Compares two objects to determine whether they are different.

Syntax

'Declaration
Public Shared Function op_Inequality ( _
         left As RendererDetail, _
         right As RendererDetail _
) As Boolean 
public static bool op_Inequality (
         RendererDetail left,
         RendererDetail right
)
public:
static bool op_Inequality(
         RendererDetail left,
         RendererDetail right
)

Parameters

  • left
    Type: RendererDetail
    Object to the left of the inequality operator.
  • right
    Type: RendererDetail
    Object to the right of the inequality operator.

Return Value

Type: Boolean
true if the objects are different; false otherwise.

Requirements

Namespace: Microsoft.Xna.Framework.Audio

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

RendererDetail Structure
RendererDetail Members
Microsoft.Xna.Framework.Audio Namespace

Platforms

Windows Phone