DataPropertyCompare Method |
Compares the specified properties.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Object
- The first property.
- property2 Object
- The second property.
Return Value
Int32
Less than zero: precedes ;
Zero: is in the same position in the sort order as ;
Greater than zero: follows .
See Also