Table of Contents

Operator operator ==

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

operator ==(PdfDashPattern, PdfDashPattern)

Determines whether the two specified PdfDashPattern objects are identical.

public static bool operator ==(PdfDashPattern first, PdfDashPattern second)

Parameters

first PdfDashPattern

The first PdfDashPattern object to compare.

second PdfDashPattern

The second PdfDashPattern object to compare.

Returns

bool

true if first and second are identical; otherwise, false.