is_same_setting method
is_same_setting(self, obj)
Returns whether the shape is same.
Returns
def is_same_setting(self, obj):
    ...
| Parameter | Type | Description | 
|---|---|---|
| obj | System.Object | 
Example
if shape.is_same_setting(shape):
    print("Two objects the same.")
See Also
- module aspose.cells.drawing
- class ChartShape