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

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(
	DataColumnSignature other
)

Return Value

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

Implements

IEquatable T  Equals(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.
See Also