FMIceLinkCompareResult Constants Reference
| Declared in | FMIceLinkCompareResult.h | 
|---|
FMIceLinkCompareResult
The compare result in a sort operation.
					Definition
typedef NS_ENUM(NSInteger, FMIceLinkCompareResult ) {
                            
                               FMIceLinkCompareResultEqual = 1,
                            
                               FMIceLinkCompareResultNegative = 2,
                            
                               FMIceLinkCompareResultPositive = 3,
                            
                            };
                    
                    Constants
FMIceLinkCompareResultEqual- 
Indicates that the two elements are equal.
Declared In
FMIceLinkCompareResult.h. FMIceLinkCompareResultNegative- 
Indicates that the first element belongs before the second.
Declared In
FMIceLinkCompareResult.h. FMIceLinkCompareResultPositive- 
Indicates that ths second element belongs before the first.
Declared In
FMIceLinkCompareResult.h. 
Declared In
FMIceLinkCompareResult.h