Click or drag to resize

FS_RECTFEquals(FS_RECTF) Method

Specifies whether this FS_RECTF contains the same coordinates of left, right, top and bottom edges as the specified rectangle.

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

Parameters

obj  FS_RECTF
The FS_RECTF to test.

Return Value

Boolean
This method returns true if obj has the same coordinates of left, right, top and bottom edges as this FS_RECTF.
See Also