Equal Method

Copies all properties and contents of the source shape to the instance of a shape from the Applies to list.

Applies to: DPoint object, DRect object, Master object, ServObj object, Shape object

Syntax

[[Let] booleanRet =] object.Equal ( srcObject )

The Equal method syntax has these parts:

Part Description
object Required. An expression that returns an object in the Applies to list.
srcObject Required. An expression that returns an object of the same type as object. The source object for copying.
booleanRet Optional. A Boolean type variable.