[]
Represents a PDF Bool object. This class overrides and implements:
public class PdfBool : IPdfBool, IEquatable<PdfBool>
| Name | Description |
|---|---|
| False | The false instance of the PdfBool class. |
| True | The true instance of the PdfBool class. |
| Name | Description |
|---|---|
| Equals(PdfBool) | Indicates whether the current PdfBool is equal to another PdfBool object of the same type. |
| Equals(object) | |
| GetHashCode() | |
| ToString() |
| Name | Description |
|---|---|
| operator ==(PdfBool, PdfBool) | The equality operator. |
| explicit operator PdfBool(bool) | Converts the bool to the PdfBool. |
| implicit operator bool(PdfBool) | Converts the PdfBool to a bool. |
| operator !=(PdfBool, PdfBool) | The inequality operator. |