Updated Equal Objects.md (markdown)
commited
commit
32a5d8dd0996f152b318a1b852f3545d4851c4a2
... | ... | @@ -1,4 +1,4 @@ |
1 | Outputs True if the two input objects are equal. Since object inputs default to None, just leave the second input empty to check if the first input is None. |
|
1 | Outputs *True* if both object inputs are equal. Since object inputs default to None, just leave the second input empty to check if the first input is None. |
|
2 | 2 | |
3 | 3 | [[/uploads/Equal_Object.png]] |
4 | 4 |