This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
in204:cpp:syntax:class [2019/10/10 13:11] bmonsuez [Sections ''private'', ''protected'' et ''public''] |
in204:cpp:syntax:class [2022/11/18 10:50] (current) |
||
---|---|---|---|
Line 234: | Line 234: | ||
bool Value::is_equal(const A& anotherValue) const | bool Value::is_equal(const A& anotherValue) const | ||
{ | { | ||
- | return this->m_value== anotherObject.m_value; | + | return this->m_value == anotherObject.m_value; |
} | } | ||
</code> | </code> |