Click or drag to resize

PaddingEquals(Padding) Method

Determines whether the otherPadding is equal to this Padding instance.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Equals(
	Padding other
)

Parameters

other  Padding
The other padding to compare with this padding instance.

Return Value

Boolean
true if the other Padding is equal to this Padding instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also