mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 07:42:33 +01:00
Author:halw
Date:2009-12-09T16:05:07.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@368 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -447,7 +447,7 @@ As with assignment, there is also a form that works on objects rather than refer
|
||||
</code>
|
||||
will return true when <code>x</code> and <code>y</code> are both non-void and attached to field-by-field identical objects. This can be true even when <code>x = y</code> is not, for example, in the figure, ''before'' the assignment, if the two objects shown are field-by-field equal.
|
||||
|
||||
The expression <code>x.is_equal (y)</code> can be written alternatively, using the ''tilde'' ('~") character, in a notation similar in form to <code>x = y</code> . The expression:
|
||||
The expression <code>x.is_equal (y)</code> can be written alternatively, using the ''tilde'' ('~') character, in a notation similar in form to <code>x = y</code> . The expression:
|
||||
<code>
|
||||
x ~ y
|
||||
</code>
|
||||
|
||||
Reference in New Issue
Block a user