[This is preliminary documentation and is subject to change.]
Compare two attributeSets by putting the compare results in a Table.
| C# | Visual Basic | Visual C++ |
public Table CompareAttributeSets( string tableDescription, AttributeSet attributeSet1, string attributeSet1Description, AttributeSet attributeSet2, string attributeSet2Description )
Public Function CompareAttributeSets ( _ tableDescription As String, _ attributeSet1 As AttributeSet, _ attributeSet1Description As String, _ attributeSet2 As AttributeSet, _ attributeSet2Description As String _ ) As Table
public: Table^ CompareAttributeSets( String^ tableDescription, AttributeSet^ attributeSet1, String^ attributeSet1Description, AttributeSet^ attributeSet2, String^ attributeSet2Description )
- tableDescription (String)
- The description of the complete table (put in the first table header).
- attributeSet1 (AttributeSet)
- The first AttributeSet.
- attributeSet1Description (String)
- Description of the first AttributeSet (put in the second table header).
- attributeSet2 (AttributeSet)
- The second AttributeSet.
- attributeSet2Description (String)
- Description of the second AttributeSet (put in the second table header).
The result of comparing the two AttributeSets.