Serves as a hash function for the NullableType,
suitable for use in hashing algorithms and data structures like a hash table.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function GetHashCode As Integer |
C# |
---|
public override int GetHashCode() |
Visual C++ |
---|
public: virtual int GetHashCode() override |
JavaScript |
---|
function getHashCode(); |