TcxPointDoubleBasedGeometryObject.IsEqual(TdxSizeF) Method
Compares geometry-based information to a TdxSizeF value.
Declaration
function IsEqual(const AValue: TdxSizeF): Boolean; overload;
Parameters
| Name | Type | Description |
|---|---|---|
| AValue | TdxSizeF | Stores dimensions in single precision floating-point coordinates. |
Returns
| Type | Description |
|---|---|
| Boolean | True if stored values are equal to the corresponding dimensions of the specified TdxSizeF value. |
See Also