Table of Contents

Method Equals

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

Equals(GeoRect)

Compares this rectangle with another rectangle using the current operator implementation.

public bool Equals(GeoRect other)

Parameters

other GeoRect

Rectangle to compare against.

Returns

bool

true when the operator considers the two rectangles equal.

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.