Click or drag to resize

PdfContentMarkTagEquals(PdfContentMarkTag) Method

Determines whether the other PdfContentMarkTag is equal to this PdfContentMarkTag instance.

Namespace: SautinSoft.Pdf.Content.Marked
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntax
public bool Equals(
	PdfContentMarkTag other
)

Parameters

other  PdfContentMarkTag
The other marked content tag to compare with this marked content tag instance.

Return Value

Boolean
if the other PdfContentMarkTag is equal to this PdfContentMarkTag instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also