Determines whether the specified Size object is equal to the current object.
Namespace:
DotNetBrowser.Geometry
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax protected bool Equals(
Size other
)
Parameters
- other
- Type: DotNetBrowser.GeometrySize
The Size object to compare with the current object.
Return Value
Type:
Booleantrue if the specified object is equal to the current object; otherwise, false.
See Also