Click or drag to resize

HorizontalPositionInequality Operator

Determines whether first and second HorizontalPositions are not equal.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public static bool operator !=(
	HorizontalPosition first,
	HorizontalPosition second
)

Parameters

first  HorizontalPosition
The first horizontal position.
second  HorizontalPosition
The second horizontal position.

Return Value

Boolean
true if first and second horizontal positions are not equal; otherwise, false.
See Also