Equals
IBaseSlide.Equals method
Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide’s structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn’t take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder.
public bool Equals(IBaseSlide slide)
Parameter | Type | Description |
---|---|---|
slide | IBaseSlide | The IBaseSlide to compare with the current IBaseSlide. |
Return Value
true if the specified IBaseSlide is equal to the current IBaseSlide; otherwise, false.
See Also
- interface IBaseSlide
- namespace Aspose.Slides
- assembly Aspose.Slides