[]
Represents a PDF Bool object. This class overrides and implements:
public class PdfBool : IPdfBool, IEquatable<PdfBool>
The false instance of the PdfBool class.
public static readonly PdfBool False
The true instance of the PdfBool class.
public static readonly PdfBool True
public bool Equals(PdfBool obj)
obj
PdfBoolpublic override bool Equals(object obj)
obj
objectpublic override int GetHashCode()
public override string ToString()
The equality operator.
public static bool operator ==(PdfBool v1, PdfBool v2)
Converts the bool to the PdfBool.
public static explicit operator PdfBool(bool v)
v
boolThe bool value to convert.
Converts the PdfBool to a bool.
public static implicit operator bool(PdfBool v)
The inequality operator.
public static bool operator !=(PdfBool v1, PdfBool v2)