Partager via


VertexPositionNormalTexture.op_Inequality Method

Compares two objects to determine whether they are different.

Syntax

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

Parameters

Return Value

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

Requirements

Namespace: Microsoft.Xna.Framework.Graphics

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

See Also

Reference

VertexPositionNormalTexture Structure
VertexPositionNormalTexture Members
Microsoft.Xna.Framework.Graphics Namespace

Platforms

Windows Phone