Open this page in the API Guide

OlapElement.CompareTo Method

Compares current instance with argument instance.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public int CompareTo(
	OlapElement other
)

Parameters

other
Type: Dundas.BI.Data.Metadata.Olap.OlapElement
The instance to be compared with.

Return Value

Type: Int32
Less than zero if current instance less than the argument instance, zero if they are equal and more than zero if current instance is greater than the argument.
See Also