LinkAnnotation.Equals
Equals(LinkAnnotation)
Compares link annotation using IEquatable Equals method
public bool Equals(LinkAnnotation other)
Parameter | Type | Description |
---|---|---|
other | LinkAnnotation | The LinkAnnotation object to compare with the current object |
See Also
- class LinkAnnotation
- namespace GroupDocs.Annotation.Models.AnnotationModels
- assembly GroupDocs.Annotation
Equals(object)
Compares link annotation using standard object Equals method
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The object to compare with the current object |
See Also
- class LinkAnnotation
- namespace GroupDocs.Annotation.Models.AnnotationModels
- assembly GroupDocs.Annotation