 | FS_QUADPOINTSFEquality Operator |
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool operator ==(
FS_QUADPOINTSF left,
FS_QUADPOINTSF right
)
Public Shared Operator = (
left As FS_QUADPOINTSF,
right As FS_QUADPOINTSF
) As Boolean
public:
static bool operator ==(
FS_QUADPOINTSF left,
FS_QUADPOINTSF right
)
static let inline (=)
left : FS_QUADPOINTSF *
right : FS_QUADPOINTSF : bool
J# does not support overloaded operators.
JavaScript does not support overloaded operators.
Parameters
- left FS_QUADPOINTSF
- A FS_QUADPOINTSF to compare.
- right FS_QUADPOINTSF
- A FS_QUADPOINTSF to compare.
Return Value
Boolean
true if the points of both
FS_QUADPOINTSF structures are equal; otherwise, false.
Remarks
The result specifies whether the points of the both
FS_QUADPOINTSF structures are equal.
See Also