Set implementation that use == instead of equals() as its comparison mechanism that base its implementation of IdentityMap

Namespace: NHibernate.Util
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class IdentitySet : Set
Visual Basic
Public Class IdentitySet _
	Inherits Set
Visual C++
public ref class IdentitySet : public Set

Inheritance Hierarchy

System..::..Object
  Iesi.Collections..::..Set
    NHibernate.Util..::..IdentitySet

See Also