[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfBool

Class PdfBool

Namespace
GrapeCity.Documents.Pdf.Spec
Assembly
GcDocs.Pdf.dll

Represents a PDF Bool object. This class overrides and implements:

public class PdfBool : IPdfBool, IEquatable<PdfBool>
Inheritance
object
PdfBool
Implements
System.IEquatable<T><PdfBool>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Extension Methods

Fields

False

The false instance of the PdfBool class.

public static readonly PdfBool False

Field Value

PdfBool

True

The true instance of the PdfBool class.

public static readonly PdfBool True

Field Value

PdfBool

Methods

Equals(PdfBool)

Indicates whether the current PdfBool is equal to another PdfBool object of the same type.

public bool Equals(PdfBool obj)

Parameters

obj PdfBool

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(PdfBool, PdfBool)

The equality operator.

public static bool operator ==(PdfBool v1, PdfBool v2)

Parameters

v1 PdfBool
v2 PdfBool

Returns

bool

explicit operator PdfBool(bool)

Converts the bool to the PdfBool.

public static explicit operator PdfBool(bool v)

Parameters

v bool

The bool value to convert.

Returns

PdfBool

implicit operator bool(PdfBool)

Converts the PdfBool to a bool.

public static implicit operator bool(PdfBool v)

Parameters

v PdfBool

The PdfBool to convert.

Returns

bool

operator !=(PdfBool, PdfBool)

The inequality operator.

public static bool operator !=(PdfBool v1, PdfBool v2)

Parameters

v1 PdfBool
v2 PdfBool

Returns

bool