AnnotationData.Equals Method |
Compares the current annotation with another.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: System.Object
The object to compare against.
Return Value
Type:
Boolean
Remarks Some unique properties are not compared, such as
Name,
CreationTime and
ModifiedTime. All other properties, including
transforms used for rendering, are compared.
See Also