Click or drag to resize

StiMarginsEquals Method

Tests to see whether the specified object is a SizeD with the same dimensions as this SizeD.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to test.

Return Value

Type: Boolean
This method returns true if obj is a SizeD and has the same width and height as this SizeD; otherwise, false.
See Also