BaseSlideEquals Method (IBaseSlide)

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.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public bool Equals(
	IBaseSlide slide
)

Parameters

slide
Type: Aspose.SlidesIBaseSlide
The IBaseSlide to compare with the current IBaseSlide.

Return Value

Type: Boolean
true if the specified IBaseSlide is equal to the current IBaseSlide; otherwise, false.

Implements

IBaseSlideEquals(IBaseSlide)
See Also