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