Click or drag to resize

DataSpecs Methods

The DataSpecs type exposes the following members.

Methods
 NameDescription
Public methodEquals Two DataSpecs objects are equal if they contain the same set of unique DataSpec objects - neither Keys nor the order of keys make any difference.
(Overrides ObjectEquals(Object))
Public methodGetEnumerator Returns an enumerator for iterating over each DataSpec contained within this DataSpecs.
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodGetKey Returns the non-null, non-empty string key associated with dataSpec.
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Top
See Also