Table of Contents

Method Equals

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Equals(object?)

Tests whether obj is a PdfListItem with the same text and export value of this PdfListItem.

public override bool Equals(object? obj)

Parameters

obj object

The object to test.

Returns

bool

This method returns true if obj is a PdfListItem and its Text and ExportValue properties are equal to the corresponding properties of this PdfListItem; otherwise, false.