EllipsoidComplexSurfaceCurveComputeHashCode Method |
Computes the hash code for this curve.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected override int ComputeHashCode()
Protected Overrides Function ComputeHashCode As Integer
protected:
virtual int ComputeHashCode() override
abstract ComputeHashCode : unit -> int
override ComputeHashCode : unit -> int
Return Value
Type:
Int32The hash code.
See Also