Path.opEquals

Tests two paths for equality using '=='.

  1. bool opEquals(Path rhs)
  2. bool opEquals(Path other)
    struct Path
    @safe pure const
    bool
    opEquals
    (
    const Path other
    )

Meta