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
Parameter | Type | Description |
---|---|---|
other | MathRange | 另一个区间对象 |
Returns:
boolean
判断结果