MLineStyleElementEquals Method (MLineStyleElement)
|
Check if two MLineStyleElement are equal.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Equals(
MLineStyleElement other
)
Public Function Equals (
other As MLineStyleElement
) As Boolean
public:
bool Equals(
MLineStyleElement^ other
)
member Equals :
other : MLineStyleElement -> bool
METHOD Equals(
other AS MLineStyleElement
) AS LOGIC
Parameters
- other
- Type: DXFReaderNET.ObjectsMLineStyleElement
Another MLineStyleElement to compare to.
Return Value
Type:
BooleanTrue 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