DataColumnSignatureEquals Method (DataColumnSignature) TIBCO Spotfire 7.6 API Reference
Compares a signature instance to another for equality.

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

C#
public bool Equals(
	DataColumnSignature other
)

Parameters

other
Type: Spotfire.Dxp.DataDataColumnSignature
Another column signature instance.

Return Value

Type: Boolean
True if the signatures are equal; otherwise, false.

Implements

IEquatableTEquals(T)
Remarks

This method does not perform a match but checks if the signature are exactly equal. For example if two signature are equal but one has an external name and the other does not then they are not considered equal.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference