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()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int
override GetHashCode : unit -> int
Return Value
Type:
Int32[Missing <returns> documentation for "M:VelocityDBExtensions.Spatial.Rectangle.GetHashCode"]
See Also