DefinitionalObjectGetDefinitionHashCode Method (Int32) | 
 
            Gets a hash code safely.
            This overload simply calls 
GetHashCode and is provided for convenience.
            
 
    Namespace: 
   AGI.Foundation.Infrastructure
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static int GetDefinitionHashCode(
	int o
)
Public Shared Function GetDefinitionHashCode ( 
	o As Integer
) As Integer
public:
static int GetDefinitionHashCode(
	int o
)
static member GetDefinitionHashCode : 
        o : int -> int 
Parameters
- o
 - Type: SystemInt32
The integer for which to obtain the hash code. 
Return Value
Type: 
Int32The hash code of the integer.
See Also