ChainShapeCompareTo Method |
Compare the chain to another chain
Namespace: Internal.tainicom.Aether.Physics2D.Collision.ShapesAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool CompareTo(
ChainShape shape
)
Parameters
- shape ChainShape
- The other chain
Return Value
BooleanTrue if the two chain shapes are the same
See Also