TextFieldAnnotationEquals Method (TextFieldAnnotation) |
Compares Text Field Annotations using IEquatable Equals method
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic bool Equals(
TextFieldAnnotation other
)
Public Function Equals (
other As TextFieldAnnotation
) As Boolean
public:
virtual bool Equals(
TextFieldAnnotation^ other
) sealed
abstract Equals :
other : TextFieldAnnotation -> bool
override Equals :
other : TextFieldAnnotation -> bool
Parameters
- other
- Type: GroupDocs.Annotation.Models.AnnotationModelsTextFieldAnnotation
The TextFieldAnnotation object to compare with the current object
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)
See Also