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