ArkTs API LightWeightSet Equal Deprecated

Issue: https://gitee.com/openharmony/interface_sdk-js/issues/IAJGK1

Signed-off-by: yaoyuan <yuanyao14@huawei.com>
Change-Id: I45f582620ee93e6cee291566e2fa026208cf0034
This commit is contained in:
yaoyuan 2024-08-14 09:24:43 +08:00
parent eda05d61f1
commit 17c1bf64be

View File

@ -250,17 +250,7 @@ declare class LightWeightSet<T> {
* @syscap SystemCapability.Utils.Lang
* @crossplatform
* @since 10
*/
/**
* Checks whether an the objects of an LightWeighSet container are of the same type as a specified Object LightWeightSet
*
* @param { Object } obj - obj obj need to determine whether to include the obj
* @returns { boolean } the boolean type
* @throws { BusinessError } 10200011 - The equal method cannot be bound.
* @syscap SystemCapability.Utils.Lang
* @crossplatform
* @atomicservice
* @since 12
* @deprecated since 12
*/
equal(obj: Object): boolean;
/**