BitFlags.opEquals

Compares this $(D_PSYMBOL BitFlags) object to another bit field.

  1. bool opEquals(E that)
    struct BitFlags(E)
    const
    bool
    opEquals
    ()
  2. bool opEquals(BitFlags that)

Parameters

that E

$(D_PSYMBOL BitFlags) object or a bit field of type E.

Return Value

Type: bool

$(D_KEYWORD true) if $(D_KEYWORD this) and that contain the same bits ,$(D_KEYWORD false) otherwise.

Meta