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: 8.2.1.0 (8.2.1)
Syntax
public override int GetHashCode()

Return Value

Type: Int32

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

See Also