Click or drag to resize

Paddings Equals Method (Paddings)

Determines whether the current object is equal to another object of the same type.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool Equals(
	Paddings other
)

Parameters

other
Type: Spire.Doc.Formatting Paddings
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.
See Also