Click or drag to resize

FS_SIZEFInequality Operator

Determines whether the width and Height of the specified strustures are not equal.

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

Parameters

left  FS_SIZEF
A FS_SIZEF to compare.
right  FS_SIZEF
A FS_SIZEF to compare.

Return Value

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