BehaviorPropertyEquals Method (BehaviorProperty)

Checks if this Property is equal to another.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
protected bool Equals(
	BehaviorProperty other
)

Parameters

other
Type: Aspose.Slides.AnimationBehaviorProperty
Property to compare.

Return Value

Type: Boolean
True if properties are equal.
See Also