Get a hashcode for the instance, consistent with persistence "equality"
Namespace:
NHibernate.UserTypesAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetHashCode ( _ x As Object _ ) As Integer |
C# |
---|
int GetHashCode( Object x ) |
Visual C++ |
---|
int GetHashCode( Object^ x ) |
JavaScript |
---|
function getHashCode(x); |
Parameters
- x
- Type: System..::.Object