Click or drag to resize
AttributeTableEquals Method (AttributeTable)
Determines whether the specified AttributeTable is equal to the current AttributeTable.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
protected bool Equals(
	AttributeTable other
)

Parameters

other
Type: Slash.Collections.AttributeTablesAttributeTable
The AttributeTable to compare with the current AttributeTable.

Return Value

Type: Boolean
true if the specified AttributeTable is equal to the current AttributeTable; otherwise, false.
See Also