Tests to see whether the specified object is a SizeD with the same dimensions as this SizeD.
Namespace:
Stimulsoft.Report.Dashboard
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The Object to test.
Return Value
Type:
BooleanThis method returns true if obj is a SizeD and has the same width and height as this SizeD; otherwise, false.
See Also