VectorFixedComputeCurrentDefinitionHashCode 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.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected 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