GradientStopEffectiveDataEquals Method

Determines whether the specified GradientStopEffectiveData is equal to the current GradientStopEffectiveData.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The GradientStopEffectiveData to compare.

Return Value

Type: Boolean
true if objects are equal; otherwise, false.
See Also