This topic has not yet been rated - Rate this topic

GraphicsDeviceCapabilities.VertexFormatCaps.op_Equality Method

Bb975448.note(en-US,XNAGameStudio.30).gifNote
This method is available only when developing for Windows.
Determines whether two GraphicsDeviceCapabilities.VertexFormatCaps instances are equal.

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

public static bool op_Equality (
         VertexFormatCaps left,
         VertexFormatCaps right
)

Parameters

left
GraphicsDeviceCapabilities.VertexFormatCaps on the left side of the equal sign.
right
GraphicsDeviceCapabilities.VertexFormatCaps on the right side of the equal sign.

Return Value

true if left is equal to right; false otherwise.
Windows XP SP2, Windows Vista
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.