FontDataEquals Method

Determines whether two FontData instances are equal.

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 FontData to compare with the current FontData.

Return Value

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