Equals

Rectangle.Equals method

Tests whether obj is a Rectangle structure with the same location and size of this Rectangle structure.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe Object to test.

Return Value

This method returns true if obj is a Rectangle structure and its X, Y, Width, and Height properties are equal to the corresponding properties of this Rectangle structure; otherwise, false.

See Also