Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function CompareKey( _ ByVal item1 As FormTemplateItem, _ ByVal item2 As FormTemplateItem _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim item1 As FormTemplateItem Dim item2 As FormTemplateItem Dim value As Integer value = FormTemplateItem.CompareKey(item1, item2) |
C# | |
---|---|
public static int CompareKey( FormTemplateItem item1, FormTemplateItem item2 ) |
C++/CLI | |
---|---|
public: static int CompareKey( FormTemplateItem^ item1, FormTemplateItem^ item2 ) |
Parameters
- item1
- item2
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2