 | FS_SIZEFEquality Operator |
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic static bool operator ==(
FS_SIZEF left,
FS_SIZEF right
)
Public Shared Operator = (
left As FS_SIZEF,
right As FS_SIZEF
) As Boolean
public:
static bool operator ==(
FS_SIZEF left,
FS_SIZEF right
)
static let inline (=)
left : FS_SIZEF *
right : FS_SIZEF : boolJ# does not support overloaded operators.
JavaScript does not support overloaded operators.
Parameters
- left FS_SIZEF
- A FS_SIZEF to compare.
- right FS_SIZEF
- A FS_SIZEF to compare.
Return Value
Boolean
true if the
Width and
Height values of the
left and right
FS_SIZEF structures are equal; otherwise, false.
Remarks
The result specifies whether the
values of the
Width and
Height properties
of the two
FS_SIZEF structures are equal.
See Also