GraphicsDeviceCapabilities.VertexFormatCaps.op_Equality Method
XNA Game Studio 3.0
Note |
|---|
| This method is available only when developing for Windows. |
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.
Note