Method Equals
- Namespace
- DotNetBrowser.Geometry
- Assembly
- DotNetBrowser.dll
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
Equals(Size)
Determines whether the specified Size
object is equal to the current object.
protected bool Equals(Size other)
Parameters
other
SizeThe
Size
object to compare with the current object.
Returns
- bool
true if the specified object is equal to the current object; otherwise, false.