These constants are used to indicate how items in a request are ordered.
Available in Mac OS X v10.0 and later.
| C# | Visual Basic | Visual C++ |
public enum NSComparisonResult
Public Enumeration NSComparisonResult
public enum class NSComparisonResult
| Member | Description |
|---|---|
| NSOrderedAscending | The left operand is smaller than the right operand. Available in Mac OS X v10.0 and later. |
| NSOrderedSame | The two operands are equal. Available in Mac OS X v10.0 and later. |
| NSOrderedDescending | The left operand is greater than the right operand. Available in Mac OS X v10.0 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)