Click or drag to resize

PaddingEquality Operator

Determines whether first and second Paddings are equal.

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

Parameters

first  Padding
The first padding.
second  Padding
The second padding.

Return Value

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