Skip to content

Home > @esengine/ecs-framework-monorepo > Bits > equals

Bits.equals() method

检查是否与另一个位集合相等

Signature:

typescript
equals(other: Bits): boolean;

Parameters

Parameter

Type

Description

other

Bits

另一个位集合

Returns:

boolean

如果两个位集合完全相同则返回true

基于 MIT 许可证发布