ParagraphFormatEquals Method |
Determines whether the specified object is equal to this
ParagraphFormat instance.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The object to compare with this
ParagraphFormat instance.
Return Value
Boolean
true if the specified object is a
ParagraphFormat and is equal
to this
ParagraphFormat instance; otherwise, false.
See Also