Click or drag to resize

FS_RECTFInequality Operator

Determines whether the coordinates of left, right, top and bottom edges of the specified rectangle are not equal.

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

Parameters

left  FS_RECTF
A FS_RECTF to compare.
right  FS_RECTF
A FS_RECTF to compare.

Return Value

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