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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool CompareTo(
	ChainShape shape
)

Parameters

shape
Type: Internal.tainicom.Aether.Physics2D.Collision.ShapesChainShape
The other chain

Return Value

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