UserControlPriorityAttributeCompareTo Method |
Compares to another priority attribute.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int CompareTo(
Object? obj
)
Parameters
- obj Object
- The other priority attribute.
Return Value
Int321 if the other priority attribute has higher priority than this attribute, -1 if this attribute has higher priority than the other; otherwise 0.
Implements
IComparableCompareTo(Object)See Also