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