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