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
firstPdfDashPatternThe first PdfDashPattern object to compare.
secondPdfDashPatternThe second PdfDashPattern object to compare.
Returns
- bool
trueiffirstandsecondare not identical; otherwise,false.