ArrowAnnotationEquals Method (ArrowAnnotation) |
Compares Area Annotations using IEquatable Equals method
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic bool Equals(
ArrowAnnotation other
)
Public Function Equals (
other As ArrowAnnotation
) As Boolean
public:
virtual bool Equals(
ArrowAnnotation^ other
) sealed
abstract Equals :
other : ArrowAnnotation -> bool
override Equals :
other : ArrowAnnotation -> bool
Parameters
- other
- Type: GroupDocs.Annotation.Models.AnnotationModelsArrowAnnotation
The ArrowAnnotation object to compare with the current object
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)
See Also