Method Equals
- Namespace
- Pinwheel.Vista.RealWorldData
- Assembly
- Pinwheel.Vista.RealWorldData.Runtime.dll
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
Equals(GeoRect)
Compares this rectangle with another rectangle using the current operator implementation.
public bool Equals(GeoRect other)
Parameters
otherGeoRectRectangle to compare against.
Returns
Remarks
This method delegates to operator ==(GeoRect, GeoRect), which currently compares minY against
other.maxY. The documentation mirrors the implementation rather than the intended semantics.