EllipsoidSurfaceCurveComputeHashCode 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 virtual int ComputeHashCode()
Protected Overridable Function ComputeHashCode As Integer
protected:
virtual int ComputeHashCode()
abstract ComputeHashCode : unit -> int
override ComputeHashCode : unit -> int
Return Value
Type:
Int32The hash code.
See Also