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