Equals()
Contents
[
Hide
]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
Parameter | Type | Description |
---|---|---|
obj | System::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
Parameter | Type | Description |
---|---|---|
value | System::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
- Typedef SharedPtr
- Class Object
- Class ShapeFrame
- Namespace Aspose::Slides
- Library Aspose.Slides