Skip to content
On this page

Home > @taiyuuki/utils > MathRange > equals

MathRange.equals() method

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

判断两个区间是否相等

Signature:

typescript
equals(other: MathRange): boolean;
equals(other: MathRange): boolean;

Parameters

ParameterTypeDescription
otherMathRange另一个区间对象

Returns:

boolean

判断结果

Released under the MIT License.