| FS_RECTFEquality Operator |
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public static bool operator ==(
FS_RECTF left,
FS_RECTF right
)
Public Shared Operator = (
left As FS_RECTF,
right As FS_RECTF
) As Boolean
public:
static bool operator ==(
FS_RECTF left,
FS_RECTF right
)
static let inline (=)
left : FS_RECTF *
right : FS_RECTF : bool
J# does not support overloaded operators.
JavaScript does not support overloaded operators.
Parameters
- left FS_RECTF
- A FS_RECTF to compare.
- right FS_RECTF
- A FS_RECTF to compare.
Return Value
Boolean
true if the
left,
right,
top and
bottom values of the
left and right
FS_RECTF structures are equal; otherwise, false.
Remarks See Also