Back to Devexpress

PdfMarkupAnnotationComment.Equals(Object) Method

officefileapi-devexpress-dot-pdf-dot-pdfmarkupannotationcomment-dot-equals-x28-system-dot-object-x29.md

latest1.5 KB
Original Source

PdfMarkupAnnotationComment.Equals(Object) Method

Determines whether the specified object is equal to the current PdfMarkupAnnotationComment instance.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public override bool Equals(
    object obj
)
vb
Public Overrides Function Equals(
    obj As Object
) As Boolean

Parameters

NameTypeDescription
objObject

The object to compare with the current object.

|

Returns

TypeDescription
Boolean

true , if the specified object is equal to the current PdfMarkupAnnotationComment instance; otherwise, false.

|

See Also

PdfMarkupAnnotationComment Class

PdfMarkupAnnotationComment Members

DevExpress.Pdf Namespace