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