Click or drag to resize

PdfContentMarkTagEquals(Object) Method

Determines whether the specified Object is equal to this PdfContentMarkTag instance.

Namespace: SautinSoft.Pdf.Content.Marked
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with this marked content tag instance.

Return Value

Boolean
if the specified Object is a PdfContentMarkTag and is equal to this PdfContentMarkTag instance; otherwise, .
See Also