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