Click or drag to resize
DigitalRuneVertexPositionNormalColorInequality Operator
Compares two objects to determine whether they are different.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static bool operator !=(
	VertexPositionNormalColor left,
	VertexPositionNormalColor right
)

Parameters

left
Type: DigitalRune.GraphicsVertexPositionNormalColor
Object to the left of the inequality operator.
right
Type: DigitalRune.GraphicsVertexPositionNormalColor
Object to the right of the inequality operator.

Return Value

Type: Boolean
if the objects are different; otherwise.
See Also