Click or drag to resize
MacroEditorHintCompareTo Method
Compares the object to another

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public int CompareTo(
	MacroEditorHint other
)

Parameters

other
Type: CMS.UIControlsMacroEditorHint
Other object

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also