Click or drag to resize

FS_QUADPOINTSFEquality Operator

Compares two FS_QUADPOINTSF structures.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool operator ==(
	FS_QUADPOINTSF left,
	FS_QUADPOINTSF right
)

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