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 (24.3.0.1000)
Syntax
public static int Compare(
	Object? property1,
	Object? property2
)

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