ColumnRelation Equals Method (ColumnRelation) TIBCO Spotfire 6.0 API Reference
Will evaluate if the descriptors are the same. The descriptors are considered equal even if the order of the expressions (left/right) are reversed.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool Equals(
	ColumnRelation other
)

Return Value

Type: Boolean
True if the ColumnRelation are considered equal, otherwise false.
See Also