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

3e009533 e7fe d682 f98b 938e2dbf0a48

haplokuon edited this page May 6, 2023 · 1 revision

Equals(TableObject) Method

netDxf 3.0.0 Library

Check if two TableObject are equal.

Definition

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

C#

public bool Equals(
	TableObject other
)

VB

Public Function Equals ( 
	other As TableObject
) As Boolean

C++

public:
virtual bool Equals(
	TableObject^ other
) sealed

F#

abstract Equals : 
        other : TableObject -> bool 
override Equals : 
        other : TableObject -> bool 

Parameters

  TableObject
Another TableObject to compare to.

Return Value

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

Implements

IEquatable(T).Equals(T)

Remarks

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.

See Also

Reference

TableObject Class
Equals Overload
netDxf.Tables Namespace

Clone this wiki locally