bool operator ==(const GFx::Value& other) const;
The == operator determines whether two GFx::Values are equal by comparing their type and values.
Parameters |
Description |
const GFx::Value& other |
Reference to another GFx::Value which is used for comparison. |
A Boolean value of true if both the values are equal and false otherwise.