Click or drag to resize

SizeEquals Method (Size)

Determines whether the specified Size object is equal to the current object.

Namespace:  DotNetBrowser.Geometry
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
protected bool Equals(
	Size other
)

Parameters

other
Type: DotNetBrowser.GeometrySize
The Size object to compare with the current object.

Return Value

Type: Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also