Rectangle.Equals

Rectangle.Equals method

Determines whether the specified rectangle is equal to the current rectangle.

public override bool Equals(object obj)
Parameter Type Description
obj Object The rectangle to compare with the current rectangle.

Return Value

true if the specified rectangle is equal to the current rectangle; otherwise, false.

See Also