/ fm / liveswitch / CompareResult
Enumeration: CompareResult
fm.liveswitch.CompareResult
The compare result in a sort operation.
Table of contents
Enumeration members
Enumeration members
Equal
• Equal: = 1
Indicates that the two elements are equal.
Defined in: Generated/TypeScript/fm.liveswitch/CompareResult.ts:14
Negative
• Negative: = 2
Indicates that the first element belongs before the second.
Defined in: Generated/TypeScript/fm.liveswitch/CompareResult.ts:20
Positive
• Positive: = 3
Indicates that ths second element belongs before the first.
Defined in: Generated/TypeScript/fm.liveswitch/CompareResult.ts:26