Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CompareResult

The compare result in a sort operation.

Index

Enumeration members

Enumeration members

Equal

Equal: = 1
Indicates that the two elements are equal.
field

Equal

type

{fm.icelink.CompareResult}

Negative

Negative: = 2
Indicates that the first element belongs before the second.
field

Negative

type

{fm.icelink.CompareResult}

Positive

Positive: = 3
Indicates that ths second element belongs before the first.
field

Positive

type

{fm.icelink.CompareResult}