Open this page in the API Guide

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

Parameters

property1
Type: System.Object
The first property.
property2
Type: System.Object
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