SemVer.opEquals

Check for equality between this SemVer and the other SemVer.

Note that the build information suffixes are ignored.

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

Meta