Task.opEquals

Compares this task with another.

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

Meta