Share via


VertexPositionColor.op_Equality Method

Compares two objects to determine whether they are the same.

Syntax

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

Parameters

Return Value

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

Requirements

Namespace: Microsoft.Xna.Framework.Graphics

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

See Also

Reference

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

Platforms

Windows Phone