tmp/tmp0zpqj_e3/{from.md → to.md}
RENAMED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
**Table: `EqualityComparable` requirements** <a id="equalitycomparable">[equalitycomparable]</a>
|
| 2 |
-
|
| 3 |
-
| Expression | Return type |
|
| 4 |
-
| ---------- | ----------- |
|
| 5 |
-
| `a == b` | convertible to `bool` | `==` is an equivalence relation, that is, it has the following properties: For all `a`, `a == a`.; If `a == b`, then `b == a`.; If `a == b` and `b == c`, then `a == c`. |
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|