 | FS_PATHPOINTFInequality Operator |
Determines whether the coordinates of the specified points are not equal.
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
Booleantrue to indicate the
X,
Y and
Flags values of left and right are not equal; otherwise, false.
See Also