Click or drag to resize

PdfContentMarkTagEquality Operator

Determines whether first and second PdfContentMarkTags are equal.

Namespace: SautinSoft.Pdf.Content.Marked
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntax
public static bool operator ==(
	PdfContentMarkTag first,
	PdfContentMarkTag second
)

Parameters

first  PdfContentMarkTag
The first marked content tag.
second  PdfContentMarkTag
The second marked content tag.

Return Value

Boolean
if first and second marked content tags are equal; otherwise, .
See Also