is_same_setting method

is_same_setting

Returns whether the shape is same.

Returns

def is_same_setting(self, obj):
    ...
ParameterTypeDescription
objany

Example


if shape.is_same_setting(shape):
    print("Two objects the same.")

See Also