| 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.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public bool Equals(
FS_RECTF obj
)
Public Function Equals (
obj As FS_RECTF
) As Boolean
public:
bool Equals(
FS_RECTF obj
)
member Equals :
obj : FS_RECTF -> bool
public boolean Equals(
FS_RECTF obj
)
Parameters
- obj FS_RECTF
- The FS_RECTF to test.
Return Value
BooleanThis method returns true if obj has the same coordinates of left, right, top and bottom edges as this
FS_RECTF.
See Also