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
Parameter | Type | Description |
---|---|---|
ver | const 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
- Class Version
- Class Version
- Namespace System
- Library Aspose.PDF for C++