Operator operator !=
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator !=(PdfDashPattern, PdfDashPattern)
Determines whether the two specified PdfDashPattern objects are not identical.
public static bool operator !=(PdfDashPattern first, PdfDashPattern second)
Parameters
first
PdfDashPatternThe first PdfDashPattern object to compare.
second
PdfDashPatternThe second PdfDashPattern object to compare.
Returns
- bool
true
iffirst
andsecond
are not identical; otherwise,false
.