[Overview][Types][Procedures and functions][Variables][Index] |
Compares the specified Boolean values.
Source position: lazutilities.pas line 27
function CompareBoolean( |
b1: Boolean; |
b2: Boolean |
):Integer; |
b1 |
|
Boolean value compared in the routine. |
b2 |
|
Boolean value compared in the routine. |
Numeric value for the comparison.
Version 4.0 | Generated 2025-05-03 | Home |