Determines whether the specified object is equal to this
ListStyle instance.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.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
ListStyle instance.
Return Value
Boolean
true if the specified object is a
ListStyle and is equal
to this
ListStyle instance; otherwise, false.
See Also