MarginsEquals Method

Compares this margins with other.

Namespace:  Aspose.Page
Assembly:  Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Another margins object.

Return Value

Type: Boolean
True if all margins are equal.
See Also