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 411
b4a5577f 2117 dcd2 dddd ba493434009d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Check if two TableObject are equal.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override bool Equals(
Object other
)
VB
Public Overrides Function Equals (
other As Object
) As Boolean
C++
public:
virtual bool Equals(
Object^ other
) override
F#
abstract Equals :
other : Object -> bool
override Equals :
other : Object -> bool
- Object
- Another TableObject to compare to.
Boolean
True if two TableObject are equal or false in any other case.
Two TableObjects are considered equals if their names are the same, regardless of their internal values. This is done this way because in a DXF two TableObjects cannot have the same name.