False if two points are considered equal.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public static bool operator !=(
	Scene..::.Layer left,
	Scene..::.Layer right
)
Visual Basic (Declaration)
Public Shared Operator <> ( _
	left As Scene..::.Layer, _
	right As Scene..::.Layer _
) As Boolean
Visual C++
public:
static bool operator !=(
	Scene..::.Layer^ left, 
	Scene..::.Layer^ right
)

Return Value

Returns false if two layers are considered equal, true otherwise.

Remarks

Two layers are considered equal if they have equal layer name, color and line type.

See Also