Click or drag to resize

ChainShapeCompareTo Method

Compare the chain to another chain

Namespace: Internal.tainicom.Aether.Physics2D.Collision.Shapes
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool CompareTo(
	ChainShape shape
)

Parameters

shape  ChainShape
The other chain

Return Value

Boolean
True if the two chain shapes are the same
See Also