RectangleGetHashCode Method

Returns the hash code for this Rectangle structure.

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public override int GetHashCode()

Return Value

Type: Int32
An integer that represents the hash code for this rectangle.
See Also