| AuxiliaryStateScalarComputeCurrentDefinitionHashCode Method  | 
 
        Computes a hash code based on the current properties of this object. Derived classes MUST override this
        method and compute a hash code that combines: a unique hash code seed, the base implementation result, and
        the hash codes of all new fields introduced by the derived class which are used in the
        
CheckForSameDefinition(DefinitionalObject) method.
      
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxprotected override int ComputeCurrentDefinitionHashCode()
Protected Overrides Function ComputeCurrentDefinitionHashCode As Integer
protected:
virtual int ComputeCurrentDefinitionHashCode() override
abstract ComputeCurrentDefinitionHashCode : unit -> int 
override ComputeCurrentDefinitionHashCode : unit -> int 
Return Value
Type: 
Int32The computed hash code.
 See Also
See Also