== (equality)
|
Previous Top Next |
· | Numbers and boolean values are compared by value and are considered equal if they have the same value
|
· | String constants are converted to numeric unless both expressions are string constants
|
· | Variables are assumed to be numeric. Possibly undergoing a conversion
|
· | Two variables are equal if they have the same numeric value.
|