ArcFM Desktop Developer Guide
Compare Method (TypeAlphabetizer)


Syntax
'Declaration
 
Public Overrides Function Compare( _
   ByVal x As KeyValuePair(Of Type,Integer), _
   ByVal y As KeyValuePair(Of Type,Integer) _
) As Integer
'Usage
 
Dim instance As TypeAlphabetizer
Dim x As KeyValuePair(Of Type,Integer)
Dim y As KeyValuePair(Of Type,Integer)
Dim value As Integer
 
value = instance.Compare(x, y)
public override int Compare( 
   KeyValuePair<Type,int> x,
   KeyValuePair<Type,int> y
)

Parameters

x
y
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TypeAlphabetizer Class
TypeAlphabetizer Members

 

 


Send Comment