Click or drag to resize

FS_PATHPOINTFInequality Operator

Determines whether the coordinates of the specified points are not equal.

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

Parameters

left  FS_PATHPOINTF
A FS_PATHPOINTF to compare.
right  FS_PATHPOINTF
A FS_PATHPOINTF to compare.

Return Value

Boolean
true to indicate the X, Y and Flags values of left and right are not equal; otherwise, false.
See Also