MarginsInequality Operator |
Tests whether two Margins structures are not equal.
Namespace:
Aspose.Note
Assembly:
Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntaxpublic static bool operator !=(
Margins lhs,
Margins rhs
)
Public Shared Operator <> (
lhs As Margins,
rhs As Margins
) As Boolean
public:
static bool operator !=(
Margins lhs,
Margins rhs
)
static let inline (<>)
lhs : Margins *
rhs : Margins : boolParameters
- lhs
- Type: Aspose.NoteMargins
The Margins structure.
- rhs
- Type: Aspose.NoteMargins
The Margins structure to be compared with.
Return Value
Type:
Boolean
The
Boolean.
See Also