MarginsInequality Operator

Tests whether two Margins structures are not equal.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public static bool operator !=(
	Margins lhs,
	Margins rhs
)

Parameters

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