  | VertexPositionNormalColorTextureEquality Operator  | 
            Compares two objects to determine whether they are the same. 
            
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntaxpublic static bool operator ==(
	VertexPositionNormalColorTexture left,
	VertexPositionNormalColorTexture right
)
Public Shared Operator = ( 
	left As VertexPositionNormalColorTexture,
	right As VertexPositionNormalColorTexture
) As Boolean
public:
static bool operator ==(
	VertexPositionNormalColorTexture left, 
	VertexPositionNormalColorTexture right
)
static let inline (=)
        left : VertexPositionNormalColorTexture * 
        right : VertexPositionNormalColorTexture  : boolParameters
- left
 - Type: DigitalRune.GraphicsVertexPositionNormalColorTexture
Object to the left of the equality operator. - right
 - Type: DigitalRune.GraphicsVertexPositionNormalColorTexture
Object to the right of the equality operator. 
Return Value
Type: 
Boolean if the objects are the same; 
 otherwise. 
            
See Also