| 
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
Syntax
 
 
public bool Equals(
	Paddings other
)
 
Public Function Equals ( 
	other As Paddings
) As Boolean
 
public:
bool Equals(
	Paddings^ other
)
 
member Equals : 
other : Paddings -> bool 
 
 
 
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
See Also