Click or drag to resize

UserControlPriorityAttributeCompareTo Method

Compares to another priority attribute.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int CompareTo(
	Object? obj
)

Parameters

obj  Object
The other priority attribute.

Return Value

Int32
1 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