Command.opEquals

Compares this command with another.

  1. int opCmp(typeof(this) that)
  2. bool opEquals(typeof(this) that)
    struct Command
    const pure nothrow
    bool
    opEquals
    ()
    (
    const auto ref typeof(this) that
    )

Meta