Function BitFlags.opEquals

Compares this BitFlags object to another bit field.

bool opEquals (
  E that
) const;

bool opEquals (
  BitFlags that
) const;

Parameters

NameDescription
that BitFlags object or a bit field of type E.

Returns

true if this and that contain the same bits ,false otherwise.