PVIObjectEquals Method

Compares with specified object.

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

Return Value

Type: Boolean
True is objects are equal, otherwise false.
See Also