Method Equals
Equals(object?)
Tests whether obj is a RectI with
the same location
and size of this Rectangle.
public override readonly bool Equals(object? obj)
Parameters
objobject
Returns
Equals(RectI)
Indicates whether the current object is equal to another object of the same type.
public readonly bool Equals(RectI other)
Parameters
otherRectIAn object to compare with this object.
Returns
- bool
trueif the current object is equal to other; otherwise,false.