Menu

#1 cascade stops equals check

open
nobody
None
5
2008-10-08
2008-10-08
No

For the @JIG annotation, if "equals" is defined as a property referencing an object and "cascade" is specified as NONE then the object will not be checked for equality.

e.g.

@JIG(equals = "guid", cascade = "NONE")

will not check equality on the guid property.

Discussion


Log in to post a comment.