Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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.
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