OlapElementCompareTo Method |
Compares current instance with argument instance.
Namespace: Dundas.BI.Data.Metadata.OlapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic int CompareTo(
OlapElement other
)
Public Function CompareTo (
other As OlapElement
) As Integer
public:
int CompareTo(
OlapElement^ other
)
member CompareTo :
other : OlapElement -> int Parameters
- other OlapElement
- The instance to be compared with.
Return Value
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