True if two points are considered equal.
Namespace:
ceometric.VectorGeometryAssembly: 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 ) |
Parameters
- left
- Type: ceometric.VectorGeometry..::.Scene..::.Layer
A layer.
- right
- Type: ceometric.VectorGeometry..::.Scene..::.Layer
A layer.
Return Value
Returns true if two layers are considered equal, false otherwise.Remarks
Two layers are considered equal if they have equal layer name, color and line type.