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.
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.
Gets the metadata for the columns of this table.
Adds or replaces a metadata property to the collection.
The new or modified metadata property.
Adds a new metadata property to the collection.
The new metadata property.
Gets all the column properties with default values, without duplicates and in the order used in the file header.
A ColumnMetadata instance containing all unique properties, with null values.
Gets an enumerator with all metadata properties in the collection.
An enumerator instance.
Gets the value of a metadata property.
Generic type argument
The name of the property.
The value of the metadata property.
Removes the property with the specified name from the collection.
The property name.
Looks up a metadata property by name.
The name of the property.
The metadata property.
True if the name was found; otherwise, false.
Gets the value of a metadata property.
Generic type argument
The name of the property.
The value of the property if found; otherwise, null.
True if the name was found; otherwise, false.
Represents immutable table and column metadata in STDF. Created using the corresponding builder class.
Since
2.1