Mode.opEquals

Compare two Modes with each other to see if they are both of the same type, as well as having the same data and/or user.

struct Mode
const pure @safe nothrow @nogc
opEquals
(
const Mode that
)

Parameters

that Mode

Other Mode to compare this one with.

Return Value

Type: auto

true if the Modes match, false if not.

Meta