This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
51177d3d a95f 28d7 61b9 5a83536b82e6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Compares the stored properties with the specified layer.
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
- Layer
- Layer to compare with.
Boolean
If the stored properties are the same as the specified layer it returns true, false otherwise.