Click or drag to resize

FS_SIZEFEquality Operator

Compares two FS_SIZEF structures.

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