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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public override int GetHashCode()
Visual Basic
Public Overrides Function GetHashCode As Integer
Visual C++
public:
virtual int GetHashCode() override

Return Value

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

See Also