 | FS_QUADPOINTSFInequality Operator |
Determines whether the points of the specified quad points strucures are not equal.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool operator !=(
FS_QUADPOINTSF left,
FS_QUADPOINTSF right
)
Public Shared Operator <> (
left As FS_QUADPOINTSF,
right As FS_QUADPOINTSF
) As Boolean
public:
static bool operator !=(
FS_QUADPOINTSF left,
FS_QUADPOINTSF right
)
static let inline (<>)
left : FS_QUADPOINTSF *
right : FS_QUADPOINTSF : bool
J# does not support overloaded operators.
JavaScript does not support overloaded operators.
Parameters
- left FS_QUADPOINTSF
- A FS_QUADPOINTSF to compare.
- right FS_QUADPOINTSF
- A FS_QUADPOINTSF to compare.
Return Value
Booleantrue to indicate the
FS_QUADPOINTSF structures are not equal; otherwise, false.
See Also