 | FS_POINTFInequality 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_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
Booleantrue to indicate the
X and
Y values of left and right are not equal; otherwise, false.
See Also