Comparison Routines
Go Up to API Categories Index
This topic lists all comparison routines used in the Delphi run-time library.
Routine | Description |
---|---|
Compares the contents of two collections. | |
Indicates the relationship between the date portions of two System.TDateTime values. | |
Indicates the relationship between two System.TDateTime values. | |
Performs a binary comparison of two memory images. | |
Compares two strings based on the current locale with case sensitivity. | |
Compares two strings with case sensitivity. | |
Compares two strings based on the current locale without case sensitivity. | |
Compares two strings for equality without case sensitivity. | |
Indicates the relationship between the time portions of two System.TDateTime values. | |
Returns the relationship between two numeric values. | |
Returns the closest value to a specified value within a specified range. | |
Conditionally returns one of two specified values. | |
Indicates whether a value falls within a specified range. | |
Indicates whether two floating-point values are (approximately) equal. | |
Returns the relationship between Variants. | |
Compares two values and, if they are equal, replaces one of them with a different value. |