TextFieldAnnotation.Equals
Equals(TextFieldAnnotation)
Compares text field annotation using IEquatable Equals method
public bool Equals(TextFieldAnnotation other)
Parameter | Type | Description |
---|---|---|
other | TextFieldAnnotation | The TextFieldAnnotation object to compare with the current object |
See Also
- class TextFieldAnnotation
- namespace GroupDocs.Annotation.Models.AnnotationModels
- assembly GroupDocs.Annotation
Equals(object)
Compares text field 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 TextFieldAnnotation
- namespace GroupDocs.Annotation.Models.AnnotationModels
- assembly GroupDocs.Annotation