Click or drag to resize

TableObjectEquals Method (TableObject)

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

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

Parameters

other
Type: netDxf.TablesTableObject
Another TableObject to compare to.

Return Value

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

Implements

IEquatableTEquals(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