This commit is contained in:
parent
041ab92b04
commit
03680c02fa
@ -291,7 +291,7 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
ItemInfo ii = obj as ItemInfo;
|
||||
if (ii != null)
|
||||
return ii.ItemID == ItemID;
|
||||
return ii._ItemID == _ItemID;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user