Click or drag to resize

RectangleGetHashCode Method

Customized hash code using the coordinates of the rectangle 37 * minX * minY * maxX * maxY

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public override int GetHashCode()

Return Value

Type: Int32

[Missing <returns> documentation for "M:VelocityDBExtensions.Spatial.Rectangle.GetHashCode"]

See Also