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