OlapElementCompareTo 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 (24.3.0.1000)
Syntax public int CompareTo(
OlapElement other
)
Public Function CompareTo (
other As OlapElement
) As Integer
public:
int CompareTo(
OlapElement^ other
)
member CompareTo :
other : OlapElement -> int
Parameters
- other
- Type: Dundas.BI.Data.Metadata.OlapOlapElement
The instance to be compared with.
Return Value
Type:
Int32Less 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