Determines whether the specified
Object is
equal to this instance.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public override bool Equals(
Object? obj
)
VB
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: System.Object
The Object to compare with
this instance.
Return Value
Type:
Booleantrue if the specified
Object is equal
to this instance; otherwise,
false.
See Also