equals


Description:

public bool equals (Rect b)

Checks whether this and b are equals.

This function will normalize both this and b before comparing their origin and size.

Parameters:

this

a Rect

b

a Rect

Returns:

true if the rectangles match in origin and size.