Skip to content

Commit

Permalink
added equality section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
leemuro committed Jul 19, 2012
1 parent c411f93 commit 0601d55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Expand Up @@ -69,3 +69,8 @@ var john = new Person({firstName: "John", lastName: "Smith"});
// john.fullName == "John Smith";

````

equality
=======

Values objects are considered equal if all their types and attribute values are equal. See the tests for specific example.

0 comments on commit 0601d55

Please sign in to comment.