[This is preliminary documentation and is subject to change.]
For now, this class contains one method to compare two attribute sets. The result is a Table
in which for all attributes in the two datasets, one row is present describing if they are equal
with respect to the attribute or not.
| C# | Visual Basic | Visual C++ |
public class Compare
Public Class Compare
public ref class Compare
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Compare()()() |
Default constructor.
| |
| CompareAttributeSets(String, AttributeSet, String, AttributeSet, String) |
Compare two attributeSets by putting the compare results in a Table.
| |
| DifferencesCount | ||
| DisplayVR | ||
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |
| Object | |
| Compare | |