Click or drag to resize

FS_PATHPOINTFEquality Operator

Compares two FS_PATHPOINTF structures.

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

Parameters

left  FS_PATHPOINTF
A FS_PATHPOINTF to compare.
right  FS_PATHPOINTF
A FS_PATHPOINTF to compare.

Return Value

Boolean
true if theX, Y and Flags values of the left and right FS_PATHPOINTF structures are equal; otherwise, false.
Remarks
The result specifies whether the values of the X, Y and Flags properties of the two FS_PATHPOINTF structures are equal.
See Also