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