ImageAnnotationEquals Method (ImageAnnotation) |
Compares Image 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(
ImageAnnotation other
)
Public Function Equals (
other As ImageAnnotation
) As Boolean
public:
virtual bool Equals(
ImageAnnotation^ other
) sealed
abstract Equals :
other : ImageAnnotation -> bool
override Equals :
other : ImageAnnotation -> bool
Parameters
- other
- Type: GroupDocs.Annotation.Models.AnnotationModelsImageAnnotation
The ImageAnnotation object to compare with the current object
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)
See Also