Click or drag to resize

SingleBorderInequality Operator

Determines whether first and second SingleBorders are not equal.

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

Parameters

first  SingleBorder
The first border.
second  SingleBorder
The second border.

Return Value

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