Click or drag to resize

FS_RECTFEquality Operator

Compares two FS_RECTF structures.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.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 if the left, right, top and bottom values of the left and right FS_RECTF structures are equal; otherwise, false.
Remarks
The result specifies whether the values of the left, right, top and bottom properties of the two FS_RECTF structures are equal.
See Also