Method Equals
Equals(object?)
Determines whether the specified object is equal to this region.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with this region.
Returns
- bool
trueif the objects are equal; otherwise,false.
Equals(Region?)
Determines whether the specified region is equal to this region.
public bool Equals(Region? other)
Parameters
otherRegionThe region to compare with this region.
Returns
- bool
trueif the regions are equal; otherwise,false.