Skip to content

Home > @esengine/ecs-framework-monorepo > Rectangle > exactEquals

Rectangle.exactEquals() method

检查两个矩形是否完全相等

Signature:

typescript
exactEquals(other: Rectangle): boolean;

Parameters

Parameter

Type

Description

other

Rectangle

另一个矩形

Returns:

boolean

是否完全相等

基于 MIT 许可证发布