System::Version::Equals method

Version::Equals method

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

bool System::Version::Equals(const Version &ver) const
ParameterTypeDescription
verconst Version&A Version object to compare the current object with

ReturnValue

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

See Also