Value::==

Value::==
bool operator ==(const GFx::Value& other) const;
Description

The == operator determines whether two GFx::Values are equal by comparing their type and values.

Parameters
Parameters 
Description 
const GFx::Value& other 
Reference to another GFx::Value which is used for comparison. 
Return Value

A Boolean value of true if both the values are equal and false otherwise.