<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
default is Identity mode, its simpy the way it determines if the fact
already exists in the working memory.<br>
fact.equals( fact ) is Equality mode<br>
fact == fact is Identity mode.<br>
<br>
Mark<br>
nicolae oana wrote:
<blockquote cite="mid161876.18998.qm@web39709.mail.mud.yahoo.com"
 type="cite">Dear all,<br>
  <br>
I read in Drools manual about how Working Memory stores the asserted
objects : Identity mode and Equality mode. <br>
But I'm not sure I properly understood the differences. In what
concerns the Equality mode, the return of a FactHandle is done only
when a different type of object is asserted?( a type that not exists
yet in HashTable?). In the rest cases nothing is happening ?<br>
  <br>
Best regards, <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Oana.<br>
  <br>
  <br>
  <p> </p>
  <hr size="1">Need Mail bonding?<br>
Go to the <a
 href="http://answers.yahoo.com/dir/index;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx?link=ask&amp;sid=396546091">Yahoo!
Mail Q&amp;A</a> for <a
 href="http://answers.yahoo.com/dir/index;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx?link=ask&amp;sid=396546091">great
tips from Yahoo! Answers</a> users.
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>