Click or drag to resize

SingleBorderEquality Operator

Determines whether first and second SingleBorders are 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 equal; otherwise, false.
See Also