DataPropertyCompare Method  | 
 
            Compares the specified properties.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic static int Compare(
	Object? property1,
	Object? property2
)
Public Shared Function Compare ( 
	property1 As Object,
	property2 As Object
) As Integer
public:
static int Compare(
	Object^ property1, 
	Object^ property2
)
static member Compare : 
        property1 : Object * 
        property2 : Object -> int 
Parameters
- property1
 - Type: SystemObject
The first property. - property2
 - Type: SystemObject
The second property. 
Return Value
Type: 
Int32
            Less than zero:  precedes ;
            Zero:  is in the same position in the sort order as ;
            Greater than zero:  follows .
            
See Also