Serves as a hash function for the NullableType, suitable for use in hashing algorithms and data structures like a hash table.

Namespace:  NHibernate.Type
Assembly:  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();

Return Value

A hash code that is based on the SqlType's hash code and the Name's hash code.

See Also