Shape.IsEqual
 
 
 

Shape.IsEqual

Description

Returns a Boolean value indicating whether the shape is equal to the specified shape.

C# Syntax

Boolean Shape.IsEqual( Shape in_pObj );

Scripting Syntax

Shape.IsEqual( ToCompare );

Parameters

Parameter Type Description
ToCompare Shape Shape object to compare.