Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Creates a column signature for a given column.
The column.
Creates a column signature for a column retrieved from a Spotfire.Dxp.Data.DataRowReader.
The data row reader column.
Creates a column signature from a properties collection for a column.
The properties collection.
Creates a column signature from the name and data type of column.
The content type of the column.
The external identifier of the column, may be null. The external ID is typically a GUID that comes from IS.
The external name of the column, may be null. The external name is the name as it was originally named in the data source.
The name of the column, may not be null.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Compares a signature instance to another for equality.
Another column signature instance.
True if the signatures are equal; otherwise, false.
A data column signature is used to identify matching columns in the context of linked data. It contains certain key properties, such as the name, data type, and external id of a previously known column.
Since
2.0