equals method

equals

Returns a value indicating whether this instance is equal to a specified object.

Returns

True if value is a ShapeFrame that has the same value as this instance; otherwise, false .

def equals(self, value):
    ...
ParameterTypeDescription
valueShapeFrameThe ShapeFRameEx to compare with this instance.

See Also