Click or drag to resize

FS_POINTFInequality 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_POINTF left,
	FS_POINTF right
)

Parameters

left  FS_POINTF
A FS_POINTF to compare.
right  FS_POINTF
A FS_POINTF to compare.

Return Value

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