Click or drag to resize

CircleShapeCompareTo Method

Compare the circle to another circle

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(
	CircleShape shape
)

Parameters

shape  CircleShape
The other circle

Return Value

Boolean
True if the two circles are the same size and have the same position
See Also