Size.Equals
Method in Size
Declaration
public bool Equals(Size other)
Description
Determines if the size is equal to another size.
Parameters
other | The size to compare to. |
Returns
bool | True if the sizes are equal, false otherwise. |
Overload
Declaration
public override bool Equals(object other)
Description
Determines if the size is equal to another size.
Parameters
other | The object to compare to. |
Returns
bool | True if the sizes are equal, false otherwise. |