Equals
Contents
[
Hide
]Equals(object)
Returns a value indicating whether this instance is equal to a specified object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | 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.
See Also
- class ShapeFrame
- namespace Aspose.Slides
- assembly Aspose.Slides
Equals(ShapeFrame)
Returns a value indicating whether this instance is equal to a specified object.
public bool Equals(ShapeFrame value)
Parameter | Type | Description |
---|---|---|
value | 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
- class ShapeFrame
- namespace Aspose.Slides
- assembly Aspose.Slides