CellPadding.Equals

Overloads

Equals(CellPadding)Determines whether the given instance has padding values equal with the specified instance.
Equals(Object)Determines whether the given instance has padding values equal with the specified object.

Equals(CellPadding)

Determines whether the given instance has padding values equal with the specified instance.

public bool Equals(CellPadding padding)
Function Equals(padding As CellPadding) As Boolean

Parameters

padding
CellPadding

Instance to compare.

Returns

Boolean

True if the padding values are equal for all four sides.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Equals(Object)

Determines whether the given instance has padding values equal with the specified object.

public bool Equals(Object obj)
Function Equals(obj As Object) As Boolean

Parameters

obj
Object

Instance to compare.

Returns

Boolean

True if the padding values are equal for all four sides.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

CellPadding
ceTe.DynamicPDF.PageElements

In this topic