Name | Description | |
---|---|---|
False | The false instance of the PdfBool class. | |
True | The true instance of the PdfBool class. |
The following tables list the members exposed by PdfBool.
Name | Description | |
---|---|---|
False | The false instance of the PdfBool class. | |
True | The true instance of the PdfBool class. |
Name | Description | |
---|---|---|
Equals | Overloaded. Indicates whether the current PdfBool is equal to another PdfBool object of the same type. | |
GetHashCode | Serves as the default hash function. | |
ToString | Returns a string that represents the current object. |
Equality | The equality operator. |
Explicit Type Conversion | Converts the bool to the PdfBool. |
Implicit Type Conversion | Converts the PdfBool to a bool. |
Inequality | The inequality operator. |