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

5f65e6d3 c011 58ca 7666 b2fece612dfc

haplokuon edited this page May 6, 2023 · 1 revision

Equals(MLineStyleElement) Method

netDxf 3.0.0 Library

Check if two MLineStyleElement are equal.

Definition

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

C#

public bool Equals(
	MLineStyleElement other
)

VB

Public Function Equals ( 
	other As MLineStyleElement
) As Boolean

C++

public:
bool Equals(
	MLineStyleElement^ other
)

F#

member Equals : 
        other : MLineStyleElement -> bool 

Parameters

  MLineStyleElement
Another MLineStyleElement to compare to.

Return Value

Boolean
True if two MLineStyleElement are equal or false in any other case.

Remarks

Two MLineStyleElement are considered equals if their offsets are the same.

See Also

Reference

MLineStyleElement Class
Equals Overload
netDxf.Objects Namespace

Clone this wiki locally