FieldTypeEquals Method

Checks if this field is equal to another.

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
Field to compare.

Return Value

Type: Boolean
True if fields are equal.
See Also