Click or drag to resize

FS_QUADPOINTSFInequality Operator

Determines whether the points of the specified quad points strucures are not equal.

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 to indicate the FS_QUADPOINTSF structures are not equal; otherwise, false.
See Also