Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares two objects to determine whether they are different.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
left As VertexPositionColorTexture, _
right As VertexPositionColorTexture _
) As Boolean
public static bool op_Inequality (
VertexPositionColorTexture left,
VertexPositionColorTexture right
)
public:
static bool op_Inequality(
VertexPositionColorTexture left,
VertexPositionColorTexture right
)
Parameters
- left
Type: VertexPositionColorTexture
Object to the left of the inequality operator. - right
Type: VertexPositionColorTexture
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.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
See Also
Reference
VertexPositionColorTexture Structure
VertexPositionColorTexture Members
Microsoft.Xna.Framework.Graphics Namespace
Platforms
Windows Phone