Click or drag to resize

FS_QUADPOINTSFEquals(FS_QUADPOINTSF) Method

Specifies whether this FS_QUADPOINTSF contains the same points as the specified structure.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool Equals(
	FS_QUADPOINTSF obj
)

Parameters

obj  FS_QUADPOINTSF
The FS_QUADPOINTSF to test.

Return Value

Boolean
This method returns true if obj has the same points as this FS_QUADPOINTSF.
See Also