Aspose.Note for .Net
MarginsInequality Operator |
Tests whether two Margins structures are not equal.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public 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 : bool
Parameters
- lhs
- Type: Aspose.NoteMargins
The Margins structure. - rhs
- Type: Aspose.NoteMargins
The Margins structure to be compared with.
Return Value
Type: BooleanThe Boolean.
