FontOptions.opEquals

Compares two font options objects for equality.

struct FontOptions
const
bool
opEquals
(
ref const(FontOptions) other
)

Return Value

Type: bool

true if all fields of the two font options objects match. Note that this function will return false if either object is in error.

Meta