Object.isEqual

Syntax

isEqual(obj: IObject): boolean;

Parameters

obj. Object to which the current repository object is compared.

Description

The isEqual method determines whether the specified object is equal to the current repository object.

Comments

The method returns one value from the following:

See also:

Object