Equals()

Version::Equals(const Version&) const method

Determines if the version numbers represented by the current and the specified objects are equal.

bool System::Version::Equals(const Version &ver) const

Arguments

ParameterTypeDescription
verconst Version&A Version object to compare the current object with

Return Value

True if version numbers represented by the current object and the specified object are equal, otherwise - false

See Also