Click or drag to resize

MLineStyleElementEquals Method (MLineStyleElement)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Check if two MLineStyleElement are equal.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Equals(
	MLineStyleElement other
)
Request Example View Source

Parameters

other
Type: netDxf.ObjectsMLineStyleElement
Another MLineStyleElement to compare to.

Return Value

Type: 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