SemVer.opEquals

Check for equality between this $(D_PSYMBOL SemVer) and the other $(D_PSYMBOL SemVer).

Note that the build parts are considered for this operation. Please use $(D_PSYMBOL differAt) to find whether the versions differ only on the build part.

  1. bool opEquals(SemVer other)
    struct SemVer
    const
    bool
    opEquals
    (
    ref const SemVer other
    )
  2. bool opEquals(SemVer other)

Meta