PdfContentMarkTagEquality Operator |
Namespace: SautinSoft.Pdf.Content.MarkedAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntaxpublic static bool operator ==(
PdfContentMarkTag first,
PdfContentMarkTag second
)
Public Shared Operator = (
first As PdfContentMarkTag,
second As PdfContentMarkTag
) As Boolean
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