Click or drag to resize

FS_POINTFEquality Operator

Compares two FS_POINTF structures.

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 if the X and Y values of the left and right FS_POINTF structures are equal; otherwise, false.
Remarks
The result specifies whether the values of the X and Y properties of the two FS_POINTF structures are equal.
See Also