Method Equals | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Equals(object?)
Determines whether the specified object is equal to this region.
public override bool Equals(object? obj)
Parameters
obj
object
The object to compare with this region.
Returns
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
Region
The region to compare with this region.
Returns
true
if the regions are equal; otherwise, false
.