Size.Equals

Method in Size

Declaration

public bool Equals(Size other)

Description

Determines if the size is equal to another size.

Parameters

otherThe size to compare to.

Returns

boolTrue 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

otherThe object to compare to.

Returns

boolTrue if the sizes are equal, false otherwise.