Determines if another TextData object has the same property settings.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: System.Object
An TextData object to compare.
Return Value
Type:
Boolean True if the object provided has the same property values.
Remarks See Also