Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

51177d3d a95f 28d7 61b9 5a83536b82e6

haplokuon edited this page May 6, 2023 · 1 revision

CompareWith Method

netDxf 3.0.0 Library

Compares the stored properties with the specified layer.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool CompareWith(
	Layer layer
)

VB

Public Function CompareWith ( 
	layer As Layer
) As Boolean

C++

public:
bool CompareWith(
	Layer^ layer
)

F#

member CompareWith : 
        layer : Layer -> bool 

Parameters

  Layer
Layer to compare with.

Return Value

Boolean
If the stored properties are the same as the specified layer it returns true, false otherwise.

See Also

Reference

LayerStateProperties Class
netDxf.Objects Namespace

Clone this wiki locally