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)
Syntaxprotected bool Equals(
BehaviorProperty other
)
Protected Function Equals (
other As BehaviorProperty
) As Boolean
protected:
bool Equals(
BehaviorProperty^ other
)
member Equals :
other : BehaviorProperty -> bool
Parameters
- other
- Type: Aspose.Slides.AnimationBehaviorProperty
Property to compare.
Return Value
Type:
BooleanTrue if properties are equal.
See Also