Equals()

ShapeFrame::Equals(System::SharedPtr<System::Object>) method

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

bool Aspose::Slides::ShapeFrame::Equals(System::SharedPtr<System::Object> obj) override

Arguments

ParameterTypeDescription
objSystem::SharedPtr<System::Object>The object to compare with this instance.

Return Value

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

ShapeFrame::Equals(System::SharedPtr<ShapeFrame>) method

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

bool Aspose::Slides::ShapeFrame::Equals(System::SharedPtr<ShapeFrame> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<ShapeFrame>The ShapeFRameEx to compare with this instance.

Return Value

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

See Also