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