Click or drag to resize

FS_POINTFEquals(FS_POINTF) Method

Specifies whether this FS_POINTF contains the same coordinates as the specified point.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool Equals(
	FS_POINTF obj
)

Parameters

obj  FS_POINTF
The FS_POINTF to test.

Return Value

Boolean
This method returns true if obj has the same coordinates as this FS_POINTF.
See Also