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) 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 |